[FIX] helpdesk_portal_ticket_enriched_description_form: correct view inheritage priority
view which replace a field/block must be with priority 99 according to OCA's guidelines
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
id="helpdesk_create_ticket_description"
|
||||
name="Create Ticket: Description"
|
||||
inherit_id="helpdesk_mgmt.portal_create_ticket"
|
||||
priority="40"
|
||||
priority="99"
|
||||
>
|
||||
<xpath expr="//textarea[@name='description']/../.." position="replace">
|
||||
<div class="form-group">
|
||||
|
Reference in New Issue
Block a user