web/hosts/issues/html bug.item,1.11,1.12
Tobias Hunger <[email protected]> Thu, 21 Aug 2003 14:30:00 -0500
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/web/hosts/issues/html
In directory purcel:/tmp/cvs-serv4503/html
Modified Files:
bug.item
Log Message:
Developers should be able to set status (and even resolution) when creating
a new bug.
Index: bug.item
===================================================================
RCS file: /cvs/fresco/web/hosts/issues/html/bug.item,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- bug.item 21 Aug 2003 16:33:06 -0000 1.11
+++ bug.item 21 Aug 2003 19:29:56 -0000 1.12
@@ -129,7 +129,7 @@
</tr>
<!-- Status, resolution -->
- <tr tal:condition="context/id">
+ <tr>
<th><a href="javascript:help_window('status?:template=help&properties=name,description', 500, 400)">status</a></th>
<td colspan="2"
tal:condition="python: request.user.hasPermission('Process')"
@@ -140,7 +140,7 @@
tal:condition="python: not request.user.hasPermission('Process')"
tal:content="structure context/status/plain">
status
- </td>
+ </td>
<th><a href="javascript:help_window('resolution?:template=help&properties=name,description', 500, 400)">resolution</a></th>
<td colspan="2"
@@ -157,7 +157,7 @@
<!-- depends on, superseeded by -->
<tr tal:condition="python:request.user.hasPermission('Process') or
- context.id">
+ context.id">
<th nowrap>
<a href="javascript:help_window('bug?:template=help&properties=name,description', 500, 400)">depends on</a>
</th>