feat: refs #8387 crudModel #3355
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#3355
Loading…
Reference in New Issue
No description provided.
Delete Branch "8387-itemTagCrudModel"
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?
@ -13,0 +23,4 @@
value = ctx.data.value;
}
const models = Self.app.models;
const validTag = await models.Tag.findOne({where: {id: tagFk}});
findById
@ -13,0 +25,4 @@
const models = Self.app.models;
const validTag = await models.Tag.findOne({where: {id: tagFk}});
if (validTag.validationRegex) {
&& de value deberia ir a este nivel no?
validTag.validationRegex comprueba si la columna validationRegex de la tabla tag tiene una expresión regular, y en caso de tener, se comprueba si el valor cumple la expresión regular