9.1.1
@comet/cms-admin@9.1.1
Patch Changes
-
097f85a: Fix the dependencies list crashing due to an invalid
visiblefilterThe
DependenciesListinitialized thevisiblefilter with the string"true"instead of the booleantrue, causing the GraphQL request to fail with a400 Bad Request(Boolean cannot represent a non boolean value). This made the dependencies/dependents tab (e.g., on global content) crash with a network error. This is the counterpart to the earlier fix forDependentsList.