UoMResearchIT / extant

GNU Affero General Public License v3.0
0 stars 2 forks source link

Cannot assign user role "Disease Area Lead" (DAL) #13

Closed kkh451 closed 6 years ago

workyjim commented 7 years ago

Problem identified: original web app does not make provision for creating Admin and Hub/Disease Area Lead roles during setup.

Solution: Creation of Disease Area Lead Role added to my setup scripts. The appropriate role will now be created during setup process (after creation of Admin account).

kkh451 commented 7 years ago

Tried to edit a user to assign them the role of "DAL":

workyjim commented 7 years ago

Per database all users are currently approved, however no user has been associated with the HubLead role as would be expected. Will require further details to investigate.

workyjim commented 6 years ago

Issue caused by missing required value on EditUser view leading to model errors on submission. Affiliation input added to EditUser view - updates now complete successfully and DAL role is correctly assigned. Tested and ready to roll out to live system.

workyjim commented 6 years ago

Confirmed resolved. New tickets raised for related side-issues