7199-devToTest_2316 #2287

Merged
alexm merged 169 commits from 7199-devToTest_2316 into test 2024-04-11 06:25:23 +00:00
2 changed files with 5 additions and 1 deletions
Showing only changes of commit 61b649fdc5 - Show all commits

View File

@ -0,0 +1,4 @@
-- Place your SQL code here
INSERT INTO salix.ACL (model, property, accessType, permission, principalType, principalId)
VALUES('ItemShelving', 'hasItemOlder', 'READ', 'ALLOW', 'ROLE', 'production');

View File

@ -2,7 +2,7 @@ module.exports = Self => {
Self.remoteMethod('hasItemOlder', { Self.remoteMethod('hasItemOlder', {
description: description:
'Get boolean if any or specific item of the shelving has older created in another shelving or parking', 'Get boolean if any or specific item of the shelving has older created in another shelving or parking',
accessType: 'WRITE', accessType: 'READ',
accepts: [{ accepts: [{
arg: 'shelvingFkIn', arg: 'shelvingFkIn',
type: 'string', type: 'string',