fixes #5063 Añadir campo doPhoto en la ficha de Item #1264

Merged
joan merged 19 commits from 5063-item-module-doPhoto into dev 2023-03-02 06:34:46 +00:00
Contributor
No description provided.
pau added 2 commits 2023-01-23 06:20:30 +00:00
pau added 1 commit 2023-01-23 06:22:05 +00:00
gitea/salix/pipeline/head This commit looks good Details
b446f5cf5f
Merge branch 'dev' into 5063-item-module-doPhoto
pau changed title from 5063-item-module-doPhoto to WIP: 5063-item-module-doPhoto 2023-01-25 09:21:01 +00:00
pau added 1 commit 2023-01-25 13:44:09 +00:00
gitea/salix/pipeline/head There was a failure building this commit Details
ef6b06e147
added logs
pau added 1 commit 2023-02-01 08:26:38 +00:00
gitea/salix/pipeline/head This commit looks good Details
ec73b512fc
Merge branch 'dev' into 5063-item-module-doPhoto
pau changed title from WIP: 5063-item-module-doPhoto to 5063-item-module-doPhoto 2023-02-02 13:51:55 +00:00
pau requested review from joan 2023-02-02 13:52:36 +00:00
pau added 1 commit 2023-02-03 07:35:23 +00:00
gitea/salix/pipeline/head This commit looks good Details
e3de54b811
changed styles on summary
joan requested review from juan 2023-02-13 09:03:34 +00:00
pau added 1 commit 2023-02-14 09:58:14 +00:00
gitea/salix/pipeline/head This commit looks good Details
6a732819ba
Merge branch 'dev' into 5063-item-module-doPhoto
pau added 1 commit 2023-02-14 12:40:51 +00:00
gitea/salix/pipeline/head This commit looks good Details
9839fc3d94
Merge branch 'dev' into 5063-item-module-doPhoto
alexandre added 1 commit 2023-02-17 13:30:51 +00:00
gitea/salix/pipeline/head This commit looks good Details
08476fe2a6
Merge branch 'dev' into 5063-item-module-doPhoto
alexandre added 2 commits 2023-02-20 07:32:49 +00:00
alexandre changed title from 5063-item-module-doPhoto to WIP: #5063 Añadir campo doPhoto en la ficha de Item 2023-02-20 09:37:11 +00:00
alexandre added 1 commit 2023-02-20 09:39:40 +00:00
gitea/salix/pipeline/head This commit looks good Details
c7f22a10ba
refs #5063 refactored hook
alexandre added 1 commit 2023-02-20 12:15:59 +00:00
gitea/salix/pipeline/head This commit looks good Details
04877c1425
refs #5063 refactor hook
alexandre changed title from WIP: #5063 Añadir campo doPhoto en la ficha de Item to fixes #5063 Añadir campo doPhoto en la ficha de Item 2023-02-20 12:16:59 +00:00
alexandre added 1 commit 2023-02-20 12:17:07 +00:00
gitea/salix/pipeline/head This commit looks good Details
271a6d898d
Merge branch 'dev' into 5063-item-module-doPhoto
juan requested changes 2023-02-21 07:38:07 +00:00
@ -140,6 +140,7 @@ module.exports = Self => {
const item = await model.findById(entityId, null, myOptions);
if (item) {
if (collection.model == 'Item') fileName += '#';
Owner

El modelo Image es un modelo base, no debe contener lógica que haga referencia a modelos que dependen de el.

Además, ¿Por qué se le añade una almohadilla al nombre del fichero?

El modelo Image es un modelo base, no debe contener lógica que haga referencia a modelos que dependen de el. Además, ¿Por qué se le añade una almohadilla al nombre del fichero?
alexandre marked this conversation as resolved
alexandre changed title from fixes #5063 Añadir campo doPhoto en la ficha de Item to WIP: #5063 Añadir campo doPhoto en la ficha de Item 2023-02-24 07:52:35 +00:00
alexandre added 1 commit 2023-02-24 09:25:19 +00:00
alexandre changed title from WIP: #5063 Añadir campo doPhoto en la ficha de Item to fixes #5063 Añadir campo doPhoto en la ficha de Item 2023-02-24 09:25:33 +00:00
alexandre added 1 commit 2023-02-24 09:25:47 +00:00
gitea/salix/pipeline/head This commit looks good Details
113b37e56f
Merge branch 'dev' into 5063-item-module-doPhoto
alexandre added 2 commits 2023-02-24 09:37:47 +00:00
alexandre added 1 commit 2023-02-24 09:40:34 +00:00
gitea/salix/pipeline/head This commit looks good Details
698a3396fc
refs #5063 deleted changes in item hook
juan approved these changes 2023-02-28 14:52:21 +00:00
joan approved these changes 2023-03-02 06:34:32 +00:00
joan merged commit ee6d292d6a into dev 2023-03-02 06:34:46 +00:00
joan deleted branch 5063-item-module-doPhoto 2023-03-02 06:34:46 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
4 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#1264
No description provided.