-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
2.1
-
None
When trying to add a user to an existing group, the following exception occurs:
java.sql.SQLIntegrityConstraintViolationException: (conn:1628) Column 'managerFk' cannot be null
The documentation says that the group admin option is optional or ignored when trying to add a member to a group. Adding this option results in an exception saying that the group already exists.
Attached is the full command line output.