Support cds.disableCompatibilityMode
This commit is contained in:

committed by
Fedor Indutnyy

parent
a2b05333f7
commit
ba9f1a3e5e
@@ -1522,7 +1522,9 @@ export function initialize({
|
||||
...res,
|
||||
config: res.config.filter(
|
||||
({ name }: { name: string }) =>
|
||||
name.startsWith('desktop.') || name.startsWith('global.')
|
||||
name.startsWith('desktop.') ||
|
||||
name.startsWith('global.') ||
|
||||
name.startsWith('cds.')
|
||||
),
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user