-
Bug
-
Resolution: Unresolved
-
Major
-
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
Fix Version/s | New: 2.15.0 [ 19100 ] | |
Fix Version/s | Original: 2.14.0 [ 19011 ] |
Projet | New: VALENCE |
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} |
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} |