231801_test_to_master #1519
|
@ -491,8 +491,6 @@ module.exports = Self => {
|
||||||
oldInstance: {name: oldData.name, active: oldData.active},
|
oldInstance: {name: oldData.name, active: oldData.active},
|
||||||
newInstance: {name: changes.name, active: changes.active}
|
newInstance: {name: changes.name, active: changes.active}
|
||||||
};
|
};
|
||||||
console.log(logRecord);
|
|
||||||
// await Self.app.models.ClientLog.create(logRecord);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
@ -78,15 +78,6 @@
|
||||||
</vn-table>
|
</vn-table>
|
||||||
</vn-card>
|
</vn-card>
|
||||||
</vn-data-viewer>
|
</vn-data-viewer>
|
||||||
<vn-float-button
|
|
||||||
icon="add"
|
|
||||||
ui-sref="client.card.credit.create"
|
|
||||||
vn-acl="teamBoss"
|
|
||||||
vn-acl-action="remove"
|
|
||||||
vn-tooltip="New credit"
|
|
||||||
vn-bind="+"
|
|
||||||
fixed-bottom-right>
|
|
||||||
</vn-float-button>
|
|
||||||
<vn-worker-descriptor-popover
|
<vn-worker-descriptor-popover
|
||||||
vn-id="workerDescriptor">
|
vn-id="workerDescriptor">
|
||||||
</vn-worker-descriptor-popover>
|
</vn-worker-descriptor-popover>
|
||||||
|
|
Loading…
Reference in New Issue