3756-client_address_isLogifloraAllowed #930
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#930
Loading…
Reference in New Issue
No description provided.
Delete Branch "3756-client_address_isLogifloraAllowed"
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?
@ -85,2 +89,4 @@
const args = ctx.args;
const userId = ctx.req.accessToken.userId;
const myOptions = {};
const isSalesAssistant = await Self.app.models.Account.hasRole(userId, 'salesAssistant', myOptions);
Make use of models property
@ -88,3 +94,4 @@
if (typeof options == 'object')
Object.assign(myOptions, options);
if (ctx.args.isLogifloraAllowed && !isSalesAssistant)
Make use of args property