Atlas-Assistance-Dogs / atlas-dogs

Repository for Atlas Dogs flows in Salesforce
1 stars 1 forks source link

514 file upload categories #516

Closed deb761 closed 4 months ago

deb761 commented 4 months ago

Critical Changes

Corrected bug in UserService.getGroupNames() where derived groups were not being listed for a user.

Changes

  1. Changed name for 'Prefer to self describe' to match what is in production.
  2. Made CategoryRuleController without sharing so users do not need access to the object to get categories.
  3. Corrected additions to the set of groups a user was in by not trying to modify the set while iterating on it.
  4. Reduced number of queries in UserService.getGroupNames by one.
  5. Added a static file with category rules for testing.

Issues Closed

514