refs 4925 refactor: borrados console.log y actualizada descripción
This commit is contained in:
parent
22d0da273e
commit
fec965a8dd
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
module.exports = function(Self) {
|
module.exports = function(Self) {
|
||||||
Self.remoteMethodCtx('onSubmit', {
|
Self.remoteMethodCtx('onSubmit', {
|
||||||
description: 'Creates client address updating default address',
|
description: 'Save model changes',
|
||||||
accessType: 'WRITE',
|
accessType: 'WRITE',
|
||||||
accepts: [
|
accepts: [
|
||||||
{
|
{
|
||||||
|
@ -57,7 +57,6 @@ module.exports = function(Self) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (args.updates) {
|
if (args.updates) {
|
||||||
console.log('args.updates', args.updates);
|
|
||||||
for (const row of args.updates) {
|
for (const row of args.updates) {
|
||||||
if (row.data.priority) {
|
if (row.data.priority) {
|
||||||
const itemTag = await models.ItemTag.findById(row.where.id, null, myOptions);
|
const itemTag = await models.ItemTag.findById(row.where.id, null, myOptions);
|
||||||
|
|
Loading…
Reference in New Issue