5638-ticket.summary_states #1538

Merged
vicent merged 9 commits from 5638-ticket.summary_states into dev 2023-05-19 11:35:32 +00:00
Contributor
No description provided.
vicent added the
CR / Tests passed
label 2023-05-18 07:52:57 +00:00
vicent added 8 commits 2023-05-18 07:52:58 +00:00
vicent requested review from alexm 2023-05-18 07:53:29 +00:00
alexm requested changes 2023-05-18 12:02:58 +00:00
@ -20,3 +21,3 @@
const models = Self.app.models;
const userId = ctx.req.accessToken.userId;
const myOptions = {};
const myOptions = {...(options || {})};
Member

Revisar

Revisar
vicent marked this conversation as resolved
@ -31,3 +27,2 @@
if (isProduction || isAdministrative)
return statesList;
const where = (isProduction || isAdministrative) ? undefined : {alertLevel: 0};
Member

Refactor, ho tens en rocket

Refactor, ho tens en rocket
vicent marked this conversation as resolved
vicent added 1 commit 2023-05-19 06:03:24 +00:00
gitea/salix/pipeline/head This commit looks good Details
8cf988b7d2
refs #5638 refactor: code
vicent requested review from alexm 2023-05-19 06:10:30 +00:00
alexm approved these changes 2023-05-19 06:24:04 +00:00
vicent merged commit f81e9ec23e into dev 2023-05-19 11:35:32 +00:00
vicent deleted branch 5638-ticket.summary_states 2023-05-19 11:35:32 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: verdnatura/salix#1538
No description provided.