mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[IMP] runbot: make build_error button visible for users
This commit is contained in:
parent
b606a2199b
commit
7bb2f06501
@ -326,7 +326,7 @@
|
||||
<td/><td/><td/>
|
||||
<td t-attf-class="bg-info-light {{size}}">
|
||||
This error is already known.
|
||||
<a groups="runbot.group_build_config_user" t-attf-href="/web#id={{l.error_id.id}}&view_type=form&model=runbot.build.error&menu_id={{env.ref('runbot.runbot_menu_root').id}}" title="View in Backend" target="new">
|
||||
<a groups="runbot.group_user" t-attf-href="/web#id={{l.error_id.id}}&view_type=form&model=runbot.build.error&menu_id={{env.ref('runbot.runbot_menu_root').id}}" title="View in Backend" target="new">
|
||||
<i t-attf-class="fa fa-{{icon}}"/>
|
||||
</a>
|
||||
<span groups="runbot.group_runbot_admin" t-if="error.responsible or error.responsible.id == uid">(<i t-esc="error.responsible.name"/>)</span>
|
||||
|
Loading…
Reference in New Issue
Block a user