4925-item.tags #1241

Merged
vicent merged 16 commits from 4925-item.tags into dev 2023-01-27 08:16:01 +00:00
Contributor
No description provided.
vicent added the
CR / Tests passed
label 2023-01-05 09:45:32 +00:00
vicent added 9 commits 2023-01-05 09:45:34 +00:00
vicent requested review from juan 2023-01-05 09:46:01 +00:00
juan requested changes 2023-01-11 16:40:30 +00:00
@ -0,0 +51,4 @@
if (args.deletes) {
for (const itemTagId of args.deletes) {
const itemTagDeleted = await models.ItemTag.destroyById(itemTagId, myOptions);
Owner

Si fiques await no retorna la promesa sino el valor en el qual es resol, si vols guardar la promesa no deuries de ficar await.

Si fiques await no retorna la promesa sino el valor en el qual es resol, si vols guardar la promesa no deuries de ficar await.
vicent marked this conversation as resolved
vicent added 1 commit 2023-01-12 07:59:35 +00:00
vicent requested review from juan 2023-01-12 07:59:37 +00:00
vicent added 1 commit 2023-01-12 07:59:51 +00:00
gitea/salix/pipeline/head This commit looks good Details
2451d00998
Merge branch 'dev' into 4925-item.tags
vicent added 1 commit 2023-01-20 07:30:53 +00:00
vicent added 1 commit 2023-01-20 07:33:27 +00:00
gitea/salix/pipeline/head This commit looks good Details
c77f1b17a6
movida sql a nueva carpeta changes
juan approved these changes 2023-01-26 16:36:54 +00:00
vicent added 1 commit 2023-01-27 07:22:51 +00:00
vicent added 1 commit 2023-01-27 08:01:32 +00:00
gitea/salix/pipeline/head This commit looks good Details
eb00d98885
Merge branch 'dev' into 4925-item.tags
alexm approved these changes 2023-01-27 08:12:26 +00:00
alexm added 1 commit 2023-01-27 08:12:35 +00:00
gitea/salix/pipeline/head This commit looks good Details
7d9e7d93e5
Merge branch 'dev' into 4925-item.tags
vicent merged commit ce1bdaec17 into dev 2023-01-27 08:16:01 +00:00
vicent deleted branch 4925-item.tags 2023-01-27 08:16:01 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
3 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#1241
No description provided.