mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[IMP] runbot: fetch fields on build instead of params
The corresponding fields are stored on the build, no need to read the params.
This commit is contained in:
parent
f8d57bb5cc
commit
031a4e8015
Notes:
Xavier-Do
2025-02-19 09:12:49 +01:00
Test de note
@ -361,7 +361,7 @@
|
||||
</t>
|
||||
<t groups="runbot.group_runbot_admin">
|
||||
<div class="dropdown-divider"/>
|
||||
<a class="dropdown-item" t-attf-href="/runbot/build/search?config_id={{bu.params_id.config_id.id}}&trigger_id={{bu.params_id.trigger_id.id}}&version_id={{bu.params_id.version_id.id}}&create_batch_id.bundle_id={{bu.params_id.create_batch_id.bundle_id.id}}&description={{bu.description or ''}}">
|
||||
<a class="dropdown-item" t-attf-href="/runbot/build/search?config_id={{bu.config_id.id}}&trigger_id={{bu.trigger_id.id}}&version_id={{bu.version_id.id}}&create_batch_id.bundle_id={{bu.create_batch_id.bundle_id.id}}&description={{bu.description or ''}}">
|
||||
<i class="fa fa-search"/>
|
||||
Find similar builds
|
||||
</a>
|
||||
|
Loading…
Reference in New Issue
Block a user