Skip to content

Commit

Permalink
Merge pull request moqui#133 from zhangwei1979/master
Browse files Browse the repository at this point in the history
Display Group Type in UserGroupList screen
  • Loading branch information
jonesde authored Oct 18, 2018
2 parents 1f27e2a + 7e30b2f commit 61e83bf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Written in 2015 by Anton Akhiar - akhiar
Writter in 2015-2016 by Jens Hardings - jenshp
Written in 2016 by Mark Haney - mphaney
Written in 2018 by Nirendra Singh Panwar - nirendra10695
Written in 2018 by Zhang Wei - zhangwei1979

===========================================================================

Expand Down Expand Up @@ -82,3 +83,4 @@ Written in 2015 by Anton Akhiar - akhiar
Writter in 2015-2016 by Jens Hardings - jenshp
Written in 2016 by Mark Haney - mphaney
Written in 2018 by Nirendra Singh Panwar - nirendra10695
Written in 2018 by Zhang Wei - zhangwei1979
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ along with this software (see the LICENSE.md file). If not, see
<header-field title="Group ID" show-order-by="true"><text-find size="10" hide-options="true"/></header-field>
<default-field><link text="${userGroupId}" url="userGroupDetail" link-type="anchor"/></default-field>
</field>
<field name="groupTypeEnumId">
<header-field title="Group Type" show-order-by="true"><widget-template-include location="component://webroot/template/screen/BasicWidgetTemplates.xml#enumDropDown">
<set field="enumTypeId" value="UserGroupType"/><set field="allowEmpty" value="true"/></widget-template-include></header-field>
<default-field><display-entity entity-name="moqui.basic.Enumeration"/></default-field>
</field>
<field name="description">
<header-field show-order-by="true"><text-find size="20" hide-options="true"/></header-field>
<default-field><display/></default-field>
Expand Down

0 comments on commit 61e83bf

Please sign in to comment.