Skip to content
Snippets Groups Projects
Commit 8317836a authored by Daniel Haag's avatar Daniel Haag
Browse files

OPENOLAT-19: studienfach in member form and list

parent af12d689
No related branches found
No related tags found
No related merge requests found
......@@ -199,6 +199,8 @@
<ref bean="userPropertyInstitutionalName" />
<ref bean="userPropertyInstitutionalUserIdentifier" />
<ref bean="userPropertyInstitutionalEmail" />
<!-- OPENOLAT-19 -->
<ref bean="userPropertyStudySubject" />
</list>
</property>
<property name="adminViewOnlyProperties">
......@@ -207,6 +209,8 @@
<ref bean="userPropertyInstitutionalName" />
<ref bean="userPropertyInstitutionalUserIdentifier" />
<ref bean="userPropertyInstitutionalEmail" />
<!-- OPENOLAT-19 -->
<ref bean="userPropertyStudySubject" />
</set>
</property>
</bean>
......@@ -222,6 +226,8 @@
<ref bean="userPropertyInstitutionalName" />
<ref bean="userPropertyInstitutionalUserIdentifier" />
<ref bean="userPropertyInstitutionalEmail" />
<!-- OPENOLAT-19 -->
<ref bean="userPropertyStudySubject" />
</list>
</property>
<property name="adminViewOnlyProperties">
......@@ -230,6 +236,8 @@
<ref bean="userPropertyInstitutionalName" />
<ref bean="userPropertyInstitutionalUserIdentifier" />
<ref bean="userPropertyInstitutionalEmail" />
<!-- OPENOLAT-19 -->
<ref bean="userPropertyStudySubject" />
</set>
</property>
<property name="mandatoryProperties">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment