From 8317836a1644d95668a89f8560e516ac9a6c6dba Mon Sep 17 00:00:00 2001 From: Daniel Haag <none@none> Date: Thu, 30 Jun 2016 11:54:43 +0200 Subject: [PATCH] OPENOLAT-19: studienfach in member form and list --- .../propertyhandlers/_spring/userPropertiesContext.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/main/java/org/olat/user/propertyhandlers/_spring/userPropertiesContext.xml b/src/main/java/org/olat/user/propertyhandlers/_spring/userPropertiesContext.xml index 937895bd6a0..ad1076c9c49 100644 --- a/src/main/java/org/olat/user/propertyhandlers/_spring/userPropertiesContext.xml +++ b/src/main/java/org/olat/user/propertyhandlers/_spring/userPropertiesContext.xml @@ -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"> -- GitLab