@firecms/core 3.0.0-canary.206 → 3.0.0-canary.207
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
|
@@ -4518,7 +4518,7 @@ function useBuildNavigationController(props) {
|
|
|
4518
4518
|
let shouldUpdateTopLevelNav = false;
|
|
4519
4519
|
if (!areCollectionListsEqual(collectionsRef.current ?? [], resolvedCollections)) {
|
|
4520
4520
|
collectionsRef.current = resolvedCollections;
|
|
4521
|
-
console.
|
|
4521
|
+
console.debug("Collections have changed", resolvedCollections);
|
|
4522
4522
|
shouldUpdateTopLevelNav = true;
|
|
4523
4523
|
}
|
|
4524
4524
|
if (collectionsRef.current === void 0) {
|
|
@@ -23288,7 +23288,6 @@ function EntityFullScreenRoute({
|
|
|
23288
23288
|
const collectionPath = navigation.resolveIdsFrom(isNew ? lastCollectionEntry.path : lastEntityEntry.path);
|
|
23289
23289
|
return /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
23290
23290
|
/* @__PURE__ */ jsx(EntityEditView, { entityId: isNew ? void 0 : entityId, collection, layout: "full_screen", path: collectionPath, copy: isCopy, selectedTab: selectedTab ?? void 0, onValuesModified: (modified) => blocked.current = modified, onSaved: (params) => {
|
|
23291
|
-
console.log("Entity saved", params);
|
|
23292
23291
|
const newSelectedTab = params.selectedTab;
|
|
23293
23292
|
const newEntityId = params.entityId;
|
|
23294
23293
|
if (newSelectedTab) {
|