-
Bug
-
Resolution: Fixed
-
Medium
-
3.6.3
-
3.06
-
The error is on line 97:
97 if (!isHasProjectPermission(Permissions.PROJECT_ADMIN, projectGV)); 98 return false;
Please notice the semicolon ( ; ) at the end of line 97. This means that this block of code will always return false. Tests need to be written before making the changes!
- is duplicated by
-
JRASERVER-12199 Disable Mail Notification for Bulk Operations not working as documented
- Closed