refs #6641 add button my team #2254
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#2254
Loading…
Reference in New Issue
No description provided.
Delete Branch "6641-checkboxMyTeam"
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?
WIP: refs #6641 add button my teamto refs #6641 add button my team@ -3748,1 +3747,4 @@
(1, 10, 9);
INSERT INTO vn.workerTeam
Por seguir la convencion de SQL, añadir tabulaciones
@ -5,3 +5,3 @@
module.exports = Self => {
Self.remoteMethodCtx('filter', {
Self.remoteMethod('filter', {
Pq se quita remoteMethodCtx y se pone?
@ -8,3 +19,3 @@
const options = {transaction: tx};
const result = await app.models.Claim.filter({args: {filter: {}, search: 1}}, null, options);
const result = await app.models.Claim.filter({...ctx, args: {filter: {}, search: 1}}, null, options);
Veo mas como y legible poner en la linea de antes
ctx.args = {search: 1}
Y luego usar directamente
.. models.Claim.filter(ctx, null, options);
Igual en los otros casos