Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
71619eca
Commit
71619eca
authored
Mar 18, 2004
by
justdave%syndicomm.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 24496 part 2: fix burning tinderbox - a couple filters were left out.
parent
39a329b9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
user-error.html.tmpl
template/en/default/global/user-error.html.tmpl
+5
-5
No files found.
template/en/default/global/user-error.html.tmpl
View file @
71619eca
...
...
@@ -668,27 +668,27 @@
[% ELSIF error == "still_unresolved_bugs" %]
[% IF dependency_count == 1 %]
[% terms.Bug %]# <a href="show_bug.cgi?id=[% dependencies.0.bug_id
%]">[% dependencies.0.bug_id
%]</a>
[% terms.Bug %]# <a href="show_bug.cgi?id=[% dependencies.0.bug_id
FILTER none %]">[% dependencies.0.bug_id FILTER none
%]</a>
has still [% dependencies.0.dependencies FILTER html %] unresolved
[% IF dependencies.0.dependencies == 1 %]
dependency
[% ELSE %]
dependencies
[% END %]. Show
<a href="showdependencytree.cgi?id=[% dependencies.0.bug_id %]">Dependency Tree</a>.
<a href="showdependencytree.cgi?id=[% dependencies.0.bug_id
FILTER none
%]">Dependency Tree</a>.
[% ELSE %]
There are [% dependency_count %] open [% terms.bugs %] which
There are [% dependency_count
FILTER none
%] open [% terms.bugs %] which
have unresolved dependencies.
<br>
[% FOREACH bug = dependencies %]
[% terms.Bug %]# <a href="show_bug.cgi?id=[% bug.bug_id
%]">[% bug.bug_id
%]</a>
[% terms.Bug %]# <a href="show_bug.cgi?id=[% bug.bug_id
FILTER none %]">[% bug.bug_id FILTER none
%]</a>
has [% bug.dependencies FILTER html %] open
[% IF bug.dependencies == 1 %]
dependency.
[% ELSE %]
dependencies.
[% END %]
(<a href="showdependencytree.cgi?id=[% bug.bug_id %]">Dependency Tree</a>)<br>
(<a href="showdependencytree.cgi?id=[% bug.bug_id
FILTER none
%]">Dependency Tree</a>)<br>
[% END %]
[% END %]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment