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