audit log

This commit is contained in:
Koch
2023-04-20 14:38:19 +02:00
parent a8d3ac2796
commit 578448c2fa
15 changed files with 222 additions and 14 deletions

View File

@@ -1,2 +1,2 @@
// Incorporate pre-build extensions from...
using from '@capire/common';
using from '../../common';

View File

@@ -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);
}