-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Labels
CodeIssues related to the code structure and performance.Issues related to the code structure and performance.TestingChanges relating to existing or new unit tests.Changes relating to existing or new unit tests.
Description
The getLocale module method calls the mergeTemplates() method before the Roles.check() followed by Roles.objMerge().
The getLayer module method calls Roles.check() followed by Roles.objMerge() first before the mergeTemplates() method.
The logic should be the same for both module methods. Tests should be added whether the order makes a difference with the objects that have roles with templates, and templates with roles.
Metadata
Metadata
Assignees
Labels
CodeIssues related to the code structure and performance.Issues related to the code structure and performance.TestingChanges relating to existing or new unit tests.Changes relating to existing or new unit tests.