Current behaviour
At OAT startup, the route PUT extended-annotations/users returns a 409 conflict status for individual users, so loading never finishes
Suspected cause:
User has an identical nickname (e.g. real name) but a different extid (xannotations_user) as another user who has previously used the OAT.
Expected behaviour
email and nickames are not necessarily unique, so this should not be an issue
all columns should not be forced unique (except id and extid)
Current behaviour At OAT startup, the route PUT extended-annotations/users returns a 409 conflict status for individual users, so loading never finishes
Suspected cause:
Expected behaviour
Env Tested with a modified questionnaire branch version with a similar commit compared to the master branch; suspected: https://github.com/opencast/annotation-tool/commit/1e6372ccff8172ee24c931c2ae7a98621707fbc8; should be fixed in backend