2667-create_entryObservation #490
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#490
Loading…
Reference in New Issue
No description provided.
Delete Branch "2667-create_entryObservation"
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?
Some changes needed
@ -0,0 +3,4 @@
module.exports = Self => {
Self.rewriteDbError(function(err) {
if (err.code === 'ER_DUP_ENTRY')
return new UserError(`The observation type can't be repeated`);
Falta la traducción de esto
@ -0,0 +26,4 @@
"type": "belongsTo",
"model": "Entry",
"foreignKey": "entryFk",
"required": true
La propiedad required en las relaciones no hace nada.
@ -0,0 +61,4 @@
disabled="!watcher.dataChanged()"
label="Save">
</vn-submit>
<!-- # #2680 Undo changes button bugs -->
¿Este comentario es necesario?
LGTM