This commit is contained in:
Bakry 2025-05-20 16:45:55 +03:00
parent fd9797b5c7
commit 599383019f
1 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,8 @@
<attribute name="decoration-warning">is_official==True</attribute> <attribute name="decoration-warning">is_official==True</attribute>
</xpath> </xpath>
<xpath expr="//field[@name='approve_lateness']" position="after"> <xpath expr="//field[@name='approve_lateness']" position="after">
<field name="is_official"/> <field name="is_official" invisible="1"/>
<field name="mission_name"/>
</xpath> </xpath>
</field> </field>
</record> </record>