Skip to content

Commit

Permalink
MGR-131
Browse files Browse the repository at this point in the history
  • Loading branch information
madness-inc committed Dec 17, 2021
1 parent a44926a commit 5f30481
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion application-home/conf/datasources/ds-subjects.xml
Expand Up @@ -22,12 +22,14 @@
<label>realname</label>
</field>
<field name="email" type="text">
<sort ignore-case="true" />
<label>email</label>
</field>
<field name="typeName" type="text">
<label>userType</label>
</field>
<field name="description" type="text" displayLength="40">
<sort ignore-case="true" />
<label>description</label>
</field>
<field name="locked" type="image">
Expand Down Expand Up @@ -67,7 +69,7 @@
</linkpanel>
</config>
<bean id="subjects">
<option name="subject" groupId="${groupId}"/>
<option name="subject" groupId="${groupId}" />
</bean>
</datasource>

Expand Down
2 changes: 2 additions & 0 deletions src/test/resources/xml/SubjectsTest-testShowAll.xml
Expand Up @@ -19,12 +19,14 @@
<label id="realname">Real name</label>
</field>
<field name="email" type="text" binding="email">
<sort />
<label id="email">E-mail</label>
</field>
<field name="typeName" type="text" binding="typeName">
<label id="userType">Type</label>
</field>
<field name="description" type="text" displayLength="40" binding="description">
<sort />
<label id="description">Description</label>
</field>
<field name="locked" type="image" binding="locked">
Expand Down
Expand Up @@ -19,12 +19,14 @@
<label id="realname">Real name</label>
</field>
<field name="email" type="text" binding="email">
<sort />
<label id="email">E-mail</label>
</field>
<field name="typeName" type="text" binding="typeName">
<label id="userType">Type</label>
</field>
<field name="description" type="text" displayLength="40" binding="description">
<sort />
<label id="description">Description</label>
</field>
<field name="locked" type="image" binding="locked">
Expand Down

0 comments on commit 5f30481

Please sign in to comment.