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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Ivlev
bugzilla
Commits
2b125119
Commit
2b125119
authored
Oct 22, 2006
by
olav%bkor.dhs.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 357478: Custom fields should appear as text when they are not editable
Patch by Olav Vitters <olav@bkor.dhs.org> r=LpSolit a=justdave
parent
f8e8541d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
edit.html.tmpl
template/en/default/bug/edit.html.tmpl
+1
-1
No files found.
template/en/default/bug/edit.html.tmpl
View file @
2b125119
...
@@ -405,7 +405,7 @@
...
@@ -405,7 +405,7 @@
[% FOREACH field = fields %]
[% FOREACH field = fields %]
<tr>
<tr>
[% PROCESS bug/field.html.tmpl value=bug.${field.name}
[% PROCESS bug/field.html.tmpl value=bug.${field.name}
editable =
1
editable =
bug.check_can_change_field(field.name, 0, 1) || !user.id
value_span = 2 %]
value_span = 2 %]
</tr>
</tr>
[% 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