We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the CreateGroupController.js file, the staffInSelectedOfficeOnly property is being overwritten in the same object literal.
The value should be either true or false, depending on whether the operation should only consider staff in the selected office or not.
The staffInSelectedOfficeOnly property is defined twice in the object, first being set to false and then immediately being set to true.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
In the CreateGroupController.js file, the staffInSelectedOfficeOnly property is being overwritten in the same object literal.
Steps to Reproduce
Expected Behaviour
The value should be either true or false, depending on whether the operation should only consider staff in the selected office or not.
Actual Behaviour
The staffInSelectedOfficeOnly property is defined twice in the object, first being set to false and then immediately being set to true.
Settings
The text was updated successfully, but these errors were encountered: