Skip to content

Commit

Permalink
Merge pull request #177 from ludaze/17.0-1.2
Browse files Browse the repository at this point in the history
Added name field to groups tab
  • Loading branch information
shibu-narayanan committed Aug 30, 2024
2 parents ff627e9 + 25380e8 commit a468da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion g2p_registry_membership/views/individuals_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<field name="inherit_id" ref="g2p_registry_individual.view_individuals_form" />
<field name="arch" type="xml">
<xpath expr="//page[@name='basic_info']" position="after">
<page string="Groups">
<page name="groups" string="Groups">
<field name="individual_membership_ids" readonly="disabled" nolabel="1" colspan="4">
<tree editable="top">
<button
Expand Down

0 comments on commit a468da4

Please sign in to comment.