5638-ticket.summary_states #1538
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#1538
Loading…
Reference in New Issue
No description provided.
Delete Branch "5638-ticket.summary_states"
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?
@ -20,3 +21,3 @@
const models = Self.app.models;
const userId = ctx.req.accessToken.userId;
const myOptions = {};
const myOptions = {...(options || {})};
Revisar
@ -31,3 +27,2 @@
if (isProduction || isAdministrative)
return statesList;
const where = (isProduction || isAdministrative) ? undefined : {alertLevel: 0};
Refactor, ho tens en rocket