[IMP] runbot: add config_data to trigger form

Adds the missing field `config_data` to trigger's form view.
This commit is contained in:
William Braeckman 2025-01-02 11:10:25 +01:00 committed by xdo
parent 7542f41fff
commit a0ff53f63b

View File

@ -17,6 +17,7 @@
<field name="category_id" required='1'/>
<field name="project_id" default=""/>
<field name="config_id"/>
<field name="config_data" widget="runbotjsonb"/>
<field name="report_view_id"/>
</group>
<group>