Skip to content

Commit

Permalink
Merge PR #35 into 14.0
Browse files Browse the repository at this point in the history
Signed-off-by andhit-r
  • Loading branch information
ssi-bot committed Apr 26, 2024
2 parents ac8ea2b + 121a7cf commit cefcfd7
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions ssi_helpdesk/views/helpdesk_ticket_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,13 +151,23 @@
<field name="resolution_documentation_state" />
</group>
<field name="resolution_documentation_ids">
<tree editable="top">
<tree>
<field name="sequence" widget="handle" />
<field name="type_id" />
<field name="name" />
<field name="url" />
<field name="state" />
</tree>
<form>
<header>
<field name="state" widget="statusbar" />
</header>
<group name="resolution_main" colspan="4" col="2">
<field name="sequence" />
<field name="type_id" />
<field name="name" />
<field name="url" />
</group>
</form>
</field>
</page>
<page name="split" string="Duplicate &amp; Split">
Expand Down

0 comments on commit cefcfd7

Please sign in to comment.