This commit is contained in:
parent
44385ef5fb
commit
03a965677f
|
|
@ -480,6 +480,7 @@ function createPageOptions<ED extends EntityDict,
|
||||||
pagination,
|
pagination,
|
||||||
filters,
|
filters,
|
||||||
sorters,
|
sorters,
|
||||||
|
undefined,
|
||||||
oakId);
|
oakId);
|
||||||
const oakFullpath = oakParent ? `${oakParent}.${oakPath || options.path}` : oakPath || options.path;
|
const oakFullpath = oakParent ? `${oakParent}.${oakPath || options.path}` : oakPath || options.path;
|
||||||
this.data.oakFullpath = oakFullpath;
|
this.data.oakFullpath = oakFullpath;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue