Actions
Bug #17835
closedUser are no longer displayed in validated user list
Pull Request:
Severity:
Major - prevents use of part of Rudder | no simple workaround
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
Description
When we try to add validated user, the right list is empty -> no users is found, which is impossible since we always have at leat one user (administrator user in that case)
An error notification "toast" appear and disapear almost instantly when we accessing the plugin page
Log in webapp when accessing change-validation plugin page:
ERROR com.normation.rudder.rest.RestUtils - "Error when retrieving validated users to get workflow's users <- Error running doobie transaction. Cause was: PSQLException: ERROR: relation \"change_validation_validated_users\" does not exist\n Position: 22"
Files
Updated by Elaad FURREEDAN over 4 years ago
- File no_users_available.png no_users_available.png added
Updated by François ARMAND over 4 years ago
- Status changed from New to Rejected
The problem is that the table was not created, as shown in the error message. This is a duplicate of #17809
Updated by François ARMAND over 4 years ago
- Is duplicate of Bug #17809: If tables are missing, the error notification toast disappears almost instantly added
Actions