audit log
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
// Incorporate pre-build extensions from...
|
||||
using from '@capire/common';
|
||||
using from '../../common';
|
||||
|
||||
@@ -6,5 +6,5 @@ service CatalogService @(path:'/browse') {
|
||||
} excluding { createdBy, modifiedBy };
|
||||
|
||||
@requires_: 'authenticated-user'
|
||||
action submitOrder (book : Books.ID, amount: Integer);
|
||||
action submitOrder (book : Integer, amount: Integer);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user