From ba13530d4a71b843b742651fc9c77ceec021d2ae Mon Sep 17 00:00:00 2001
From: srosse <none@none>
Date: Fri, 26 Jun 2015 12:32:33 +0200
Subject: [PATCH] no-jira: add country code to the list of user properties

---
 .../olat/user/propertyhandlers/_spring/userPropertiesContext.xml | 1 +
 1 file changed, 1 insertion(+)

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 e5e59fd4bb7..341d44841c4 100644
--- a/src/main/java/org/olat/user/propertyhandlers/_spring/userPropertiesContext.xml
+++ b/src/main/java/org/olat/user/propertyhandlers/_spring/userPropertiesContext.xml
@@ -37,6 +37,7 @@
 				<ref bean="userPropertyRegion" />
 				<ref bean="userPropertyCity" />
 				<ref bean="userPropertyCountry" />
+				<ref bean="userPropertyCountryCode" />
 				<ref bean="userPropertyInstitutionalName" />
 				<ref bean="userPropertyInstitutionalUserIdentifier" />
 				<ref bean="userPropertyInstitutionalEmail" />
-- 
GitLab