@firecms/core 3.0.0-canary.20 → 3.0.0-canary.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.es.js
CHANGED
|
@@ -14316,7 +14316,9 @@ function $u(e) {
|
|
|
14316
14316
|
}, [R, P]), ae = x(async () => {
|
|
14317
14317
|
if (!i.initialLoading) {
|
|
14318
14318
|
try {
|
|
14319
|
-
console.debug("Refreshing navigation"
|
|
14319
|
+
console.debug("Refreshing navigation", {
|
|
14320
|
+
authController: i
|
|
14321
|
+
});
|
|
14320
14322
|
const [M = [], re, Z = []] = await Promise.all(
|
|
14321
14323
|
[
|
|
14322
14324
|
yd(a, o, i, u, p),
|
|
@@ -15156,7 +15158,7 @@ const Bd = (e, t) => {
|
|
|
15156
15158
|
const r = pr(), i = ce(!1), a = !We();
|
|
15157
15159
|
z(() => {
|
|
15158
15160
|
if (!e.loading && !i.current) {
|
|
15159
|
-
if (e.isUrlCollectionPath(r.pathname)) {
|
|
15161
|
+
if (console.debug("Initialising side entity controller"), e.isUrlCollectionPath(r.pathname)) {
|
|
15160
15162
|
const l = r.hash === `#${Wo}`, d = e.urlPathToDataPath(r.pathname), u = Cd(d, e.collections ?? [], l);
|
|
15161
15163
|
for (let p = 0; p < u.length; p++) {
|
|
15162
15164
|
const m = u[p];
|