Roundup Tracker - Issues

Message5809

Author rouilj
Recipients ezio.melotti, r.david.murray, rouilj
Date 2016-07-10.17:01:26
Message-id <20160710170051.04CA580631@vm71.cs.umb.edu>
In-reply-to <20160710160515.6997DB1415A@webabinitio.net>
In message <20160710160515.6997DB1415A@webabinitio.net>,
R David Murray writes:
>It looks like that template may indeed have been branched off our code
>base at some point.  It isn't obvious to me what you mean by "a lot
>of it is commented out", though.  What part of the code are you looking
>at?  (I didn't spend a lot of time scanning it.)

If you look at:

   share/roundup/templates/devel/html/bug.item.html

the patch code is all commented out:

<!--
<tr tal:condition="context/is_edit_ok">
 <th><tal:block i18n:translate="">Patch</tal:block>:</th>
 <td colspan="3">
...
 <th><tal:block i18n:translate="">Repo. Revision</tal:block>:</th>
 <td colspan=3><input type="edit" name="patches-1@revision" size="40"></td>
</tr>
-->

I am not sure if there are other similar templates.

Thanks for looking at this for me.
History
Date User Action Args
2016-07-10 17:01:27rouiljsetrecipients: + rouilj, ezio.melotti, r.david.murray
2016-07-10 17:01:27rouiljlinkissue2550924 messages
2016-07-10 17:01:26rouiljcreate