[#4462] fixed Admin UI record and collection panels not reinitializing properly on browser back/forward navigation
This commit is contained in:
@@ -83,6 +83,10 @@
|
||||
updateQueryParams({ recordId: null });
|
||||
|
||||
normalizeSort();
|
||||
|
||||
// close any open collection panels
|
||||
collectionUpsertPanel?.forceHide();
|
||||
collectionDocsPanel?.hide();
|
||||
}
|
||||
|
||||
// ensures that the sort fields exist in the collection
|
||||
@@ -117,7 +121,7 @@
|
||||
filter: filter,
|
||||
sort: sort,
|
||||
},
|
||||
extra
|
||||
extra,
|
||||
);
|
||||
|
||||
CommonHelper.replaceHashQueryParams(queryParams);
|
||||
|
||||
Reference in New Issue
Block a user