mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[FIX] runbot: allow rebuild when killed
The feature was there but broken, lets fix it.
This commit is contained in:
parent
bf2528dbd0
commit
fe87569044
@ -275,7 +275,7 @@
|
||||
Database selector
|
||||
</a>
|
||||
</t>
|
||||
<a class="dropdown-item" t-if="bu.global_state in ['done','running'] or requested_action == 'deathrow'" groups="base.group_user" href="#" data-runbot="rebuild" t-att-data-runbot-build="bu['id']" title="Retry this build, usefull for false positive">
|
||||
<a class="dropdown-item" t-if="bu.global_state in ['done','running'] or bu.requested_action == 'deathrow'" groups="base.group_user" href="#" data-runbot="rebuild" t-att-data-runbot-build="bu['id']" title="Retry this build, usefull for false positive">
|
||||
<i class="fa fa-refresh"/>
|
||||
Rebuild
|
||||
</a>
|
||||
|
Loading…
Reference in New Issue
Block a user