Uploaded image for project: 'CMS'
  1. CMS
  2. CMS-5216

[User Pref] On FO, in personal information space, lastname and firstname are disappear

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 3.7
    • None
    • None
    • None

        [CMS-5216] [User Pref] On FO, in personal information space, lastname and firstname are disappear

        The user prefs are defined as follow:

        <param id="lastname" type="string">
        			         <label i18n="true">DEMO_USER_PREFS_LASTNAME_LABEL</label>
        			         <description i18n="true">DEMO_USER_PREFS_LASTNAME_DESC</description>
        			         <group i18n="true">DEMO_USER_PREFS_PERSONAL_DETAILS</group>
        			         <order>10</order>
        			         <validation>
        			               <mandatory/>
        			         </validation>
        			         <manager-role>org.ametys.plugins.default-fousers.FOUsersUserPreferencesStorage</manager-role>
        			     </param>
        			     <param id="firstname" type="string">
        			         <label i18n="true">DEMO_USER_PREFS_FIRSTNAME_LABEL</label>
        			         <description i18n="true">DEMO_USER_PREFS_FIRSTNAME_DESC</description>
        			         <group i18n="true">DEMO_USER_PREFS_PERSONAL_DETAILS</group>
        			         <order>15</order>
        			         <manager-role>org.ametys.plugins.default-fousers.FOUsersUserPreferencesStorage</manager-role>
        			     </param>
        

        Laurence Aumeunier added a comment - The user prefs are defined as follow: <param id= "lastname" type= "string" > <label i18n= "true" > DEMO_USER_PREFS_LASTNAME_LABEL </label> <description i18n= "true" > DEMO_USER_PREFS_LASTNAME_DESC </description> <group i18n= "true" > DEMO_USER_PREFS_PERSONAL_DETAILS </group> <order> 10 </order> <validation> <mandatory/> </validation> <manager-role> org.ametys.plugins.default-fousers.FOUsersUserPreferencesStorage </manager-role> </param> <param id= "firstname" type= "string" > <label i18n= "true" > DEMO_USER_PREFS_FIRSTNAME_LABEL </label> <description i18n= "true" > DEMO_USER_PREFS_FIRSTNAME_DESC </description> <group i18n= "true" > DEMO_USER_PREFS_PERSONAL_DETAILS </group> <order> 15 </order> <manager-role> org.ametys.plugins.default-fousers.FOUsersUserPreferencesStorage </manager-role> </param>

          ngavalda Nicolas Gavalda (Inactive)
          laurence Laurence Aumeunier
          Votes:
          0 Vote for this issue
          Watchers:
          1 Start watching this issue

            Created:
            Updated:
            Resolved: