3095-item.shelving #1102
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#1102
Loading…
Reference in New Issue
No description provided.
Delete Branch "3095-item.shelving"
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?
@ -0,0 +1,47 @@
module.exports = Self => {
Self.remoteMethod('deleteItemShelvings', {
description: 'Deletes the selected orders',
Rectificar descripción
@ -0,0 +32,4 @@
}
try {
const deletedItemShelvings = await models.ItemShelving.destroyAll({
Utilizar destroyById()
@ -13,9 +13,6 @@
{"state": "shelving.card.log", "icon": "history"}
]
},
"keybindings": [
porqué se elimina el atajo?
Cuando cree ese atajo, lo cree en inglés "s" de shelving. Luego me di cuenta de que los atajos son en español y en español seria "c" de carro. Pero la "c" ya esta en uso. Por ese motivo lo elimine.