Skip to content
Snippets Groups Projects
Commit a8248f23 authored by Yannick Tivisse's avatar Yannick Tivisse
Browse files

[IMP] website_project_issue: my/issues/id form improvements

1/ Display a button for the project_user to come back in backend and
   edit the issue if they want
parent 1c58c67d
No related branches found
No related tags found
No related merge requests found
......@@ -53,6 +53,7 @@
<div class="col-md-12">
<h4>
Issue <span t-field="issue.id"/> - <span t-field="issue.name"/>
<a class="btn btn-info" t-att-href="'/web#return_label=Website&amp;model=project.issue&amp;id=%s&amp;view_type=form' % (issue.id)" groups="project.group_project_user">Edit Issue</a>
<span t-field="issue.stage_id.name" class="pull-right label label-info" title="Current stage of this issue"/>
</h4>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment