3069-client.shelving #1029
Labels
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#1029
Loading…
Reference in New Issue
No description provided.
Delete Branch "3069-client.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?
Falta preguntar los ACL.
@ -0,0 +1,29 @@
import './index';
import watcher from 'core/mocks/watcher';
fdescribe('Shelving', () => {
fdescribe
@ -0,0 +22,4 @@
controller.onSubmit();
expect(controller.$state.go).toHaveBeenCalledWith('shelving.card.basicData', {id: 1234});
de donde sale la id 1234? este test es raro
@ -0,0 +56,4 @@
"state": "shelving.card.basicData",
"component": "vn-shelving-basic-data",
"description": "Basic data",
"acl": ["administrative"],
Administrative es el ACL correcto?
Ha de etar solo basicData con ACL?
@ -0,0 +1 @@
Search shelvings by code: Busca matriculas por código
Shelvings no traduce a matriculas sino a estanterías
puede que plate number sea lo que buscas si quieres traducir a matricula
He hablado con Javi y la traducción que utilizan en Vn es shelving = carro.
Entonces lo he traducido por carro.
LGTM