Project

General

Profile

Feature #2713

Updated by Alena Peterová about 3 years ago

When creating a user by a form projection, I can select a role, but I can't fill the role attributes: 
 !assign_roles.png! 
 The attributes are *required and unique* in my case, so the role request currently fails. 
 Please support setting the role attributes when creating the user. If the admin sets a wrong value, the request shouldn't be saved with an empty or non-unique value or value, which doesn't satisfy validators (regex). value. 
 !role_attributes_unique.png!

Back