[ADMINGROUP] Update a group no longer works -> wrong argument message #52
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When trying to update a group informations, once form validated, the platform returns an error about wron argument. The group informations is not updated.
The issue provides from the execUpdateAdmin() in adminGroup class. The language label is not defined correctly cause of wrong key. The right key is nameLanguage and not name.
Code has been modified in execCreateAdmin() too.
Issue fixed.
Pushed to master.