Mercurial > p > roundup > code
comparison website/issues/html/page.html @ 5294:3e740c65510e
Fix double @action failure when you do a full text search and then
atempt to show an issue. The original action="#" included the searches
@action in the url and the show issue included another @action=show.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 28 Sep 2017 16:48:52 -0400 |
| parents | 07617c8d4efc |
| children | 5a7d18ce4dba |
comparison
equal
deleted
inserted
replaced
| 5293:6b87c06e0e0c | 5294:3e740c65510e |
|---|---|
| 75 i18n:translate="">Show Unassigned</a></li> | 75 i18n:translate="">Show Unassigned</a></li> |
| 76 <li> | 76 <li> |
| 77 <a href="issue?@template=search&status=1" i18n:translate="">Search</a> | 77 <a href="issue?@template=search&status=1" i18n:translate="">Search</a> |
| 78 </li> | 78 </li> |
| 79 <li> | 79 <li> |
| 80 <form method="post" action="#"> | 80 <form method="post" tal:attributes="action request/base> |
| 81 <input type="submit" class="form-small" value="Show issue:" | 81 <input type="submit" class="form-small" value="Show issue:" |
| 82 i18n:attributes="value"/> | 82 i18n:attributes="value"/> |
| 83 <input class="form-small" size="4" | 83 <input class="form-small" size="4" |
| 84 type="text" name="@number"/> | 84 type="text" name="@number"/> |
| 85 <input type="hidden" name="@type" value="issue"/> | 85 <input type="hidden" name="@type" value="issue"/> |
