UI Part 2

This commit is contained in:
2026-07-26 10:52:17 +00:00
parent cca509cd74
commit 0cba22ab0b
4 changed files with 130 additions and 43 deletions

View File

@@ -10,6 +10,8 @@ service ProcessorService {
entity Customers as projection on my.Customers;
}
annotate ProcessorService.Incidents with @odata.draft.enabled;
/**
* Service used by administrators to manage customers and incidents.
*/