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 @@ ...@@ -199,6 +199,8 @@
<ref bean="userPropertyInstitutionalName" /> <ref bean="userPropertyInstitutionalName" />
<ref bean="userPropertyInstitutionalUserIdentifier" /> <ref bean="userPropertyInstitutionalUserIdentifier" />
<ref bean="userPropertyInstitutionalEmail" /> <ref bean="userPropertyInstitutionalEmail" />
<!-- OPENOLAT-19 -->
<ref bean="userPropertyStudySubject" />
</list> </list>
</property> </property>
<property name="adminViewOnlyProperties"> <property name="adminViewOnlyProperties">
...@@ -207,6 +209,8 @@ ...@@ -207,6 +209,8 @@
<ref bean="userPropertyInstitutionalName" /> <ref bean="userPropertyInstitutionalName" />
<ref bean="userPropertyInstitutionalUserIdentifier" /> <ref bean="userPropertyInstitutionalUserIdentifier" />
<ref bean="userPropertyInstitutionalEmail" /> <ref bean="userPropertyInstitutionalEmail" />
<!-- OPENOLAT-19 -->
<ref bean="userPropertyStudySubject" />
</set> </set>
</property> </property>
</bean> </bean>
...@@ -222,6 +226,8 @@ ...@@ -222,6 +226,8 @@
<ref bean="userPropertyInstitutionalName" /> <ref bean="userPropertyInstitutionalName" />
<ref bean="userPropertyInstitutionalUserIdentifier" /> <ref bean="userPropertyInstitutionalUserIdentifier" />
<ref bean="userPropertyInstitutionalEmail" /> <ref bean="userPropertyInstitutionalEmail" />
<!-- OPENOLAT-19 -->
<ref bean="userPropertyStudySubject" />
</list> </list>
</property> </property>
<property name="adminViewOnlyProperties"> <property name="adminViewOnlyProperties">
...@@ -230,6 +236,8 @@ ...@@ -230,6 +236,8 @@
<ref bean="userPropertyInstitutionalName" /> <ref bean="userPropertyInstitutionalName" />
<ref bean="userPropertyInstitutionalUserIdentifier" /> <ref bean="userPropertyInstitutionalUserIdentifier" />
<ref bean="userPropertyInstitutionalEmail" /> <ref bean="userPropertyInstitutionalEmail" />
<!-- OPENOLAT-19 -->
<ref bean="userPropertyStudySubject" />
</set> </set>
</property> </property>
<property name="mandatoryProperties"> <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