Uploaded image for project: 'User Directory'
  1. User Directory
  2. UD-283

The creation view of the user content type, should at least contains user attribute

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • 2.15.0
    • None
    • None

      The user attribute can only be set at creation time, and by default can thus not be set at all.
      This view is already existing in template / plugins : we should consider inheriting the new defaut creation view

      Projects can do this to workaround

      <!-- Creation -->
      <view name="creation" internal="true">
                 <item ref="user" />
                 <item ref="firstname" />
                 <item ref="lastname" />
                 <item ref="orgunits" />
      </view>

          [UD-283] The creation view of the user content type, should at least contains user attribute

          Raphaël Franchet made changes -
          Fix Version/s New: 2.15.0 [ 19100 ]
          Fix Version/s Original: 2.14.0 [ 19011 ]
          Laurence Perier made changes -
          Projet New: VALENCE
          Raphaël Franchet made changes -
          Description Original: The user attribute can only be set at creation time, and by default can thus not be set at all.
          This view is already existing in template / plugins : we should consider inheriting the new defaut creation view

          Projects can do this to workaround
          {code} <!-- Creation -->
          <view name="creation" internal="true">
                     <item ref="user" />
                     <item ref="firstname" />
                     <item ref="lastname" />
                     <item ref="orgunits" />
                 </view>{code}
          New: The user attribute can only be set at creation time, and by default can thus not be set at all.
          This view is already existing in template / plugins : we should consider inheriting the new defaut creation view

          Projects can do this to workaround
          {code}<!-- Creation -->
          <view name="creation" internal="true">
                     <item ref="user" />
                     <item ref="firstname" />
                     <item ref="lastname" />
                     <item ref="orgunits" />
          </view>{code}
          Raphaël Franchet made changes -
          Description Original: The user attribute can only be set at creation time, and by default can thus not be set at all.
          This view is already existing in template / plugins : we should consider inheriting the new defaut creation view
          New: The user attribute can only be set at creation time, and by default can thus not be set at all.
          This view is already existing in template / plugins : we should consider inheriting the new defaut creation view

          Projects can do this to workaround
          {code} <!-- Creation -->
          <view name="creation" internal="true">
                     <item ref="user" />
                     <item ref="firstname" />
                     <item ref="lastname" />
                     <item ref="orgunits" />
                 </view>{code}
          Raphaël Franchet created issue -

            Unassigned Unassigned
            raphael Raphaël Franchet
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: