Skip to content

Commit

Permalink
[REF] polln_base: lower priority for dangerous replace
Browse files Browse the repository at this point in the history
=> should be called last
  • Loading branch information
robinkeunen committed Feb 24, 2022
1 parent c018c21 commit 7db0a90
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion polln_shift/views/shift.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,11 @@
<field name="model">beesdoo.shift.shift</field>
<field name="inherit_id" ref="beesdoo_shift.task_shift_view_kanban" />
<field name="arch" type="xml">
<xpath expr="//templates//field[@name='worker_id']/.." position="replace" />
<xpath
expr="//templates//field[@name='worker_id']/.."
position="replace"
priority="100"
/>
<xpath expr="//templates//field[@name='name']/.." position="before">
<h2><field name="worker_id" /></h2>
</xpath>
Expand Down

0 comments on commit 7db0a90

Please sign in to comment.