* Copyied from fiori/app/admin * Added Supplier + Value Help + Texts * Fixed bug in replication handler that caused to return wrong data
13 lines
298 B
Plaintext
13 lines
298 B
Plaintext
/*
|
|
This model controls what gets served to Fiori frontends...
|
|
*/
|
|
|
|
using from './admin/fiori-service';
|
|
using from './browse/fiori-service';
|
|
using from './common';
|
|
|
|
using from '@capire/common';
|
|
|
|
// only works in case of embedded orders service
|
|
using from '@capire/orders/app/orders/fiori-service';
|