Details
-
Bug
-
Resolution: Unresolved
-
Neutral
-
None
-
2.0.3
Description
Steps to reproduce
- Add dependencies tab to pages app (instructions [here|Content-Dependencies-module.html|https://docs.magnolia-cms.com/product-docs/6.2/Modules/List-of-modules/Content-Dependencies-module.html#_adding_dependencies_tab_to_dialogs])
- Open browser debugger tools to see network activity
- Open page properties dialog and go to dependencies tab
Expected results
Everything works fine without errors.
Actual results
There's no visual issue but there's a warning in the log output:
WARNING [http-nio-8080-exec-77] com.vaadin.server.communication.PublishedFileHandler.handleRequest dependenciesField.css published by info.magnolia.module.dependencies.ui.field.DependenciesView not found. Verify that the file info/magnolia/module/dependencies/ui/field/dependenciesField.css is available on the classpath.
There's also a 404 response for resource dependenciesField.css
Workaround
Ignore the warning message as there's no visual issue
Development notes
dependenciesField.css can be found in info/magnolia/module/dependencies/field/dependenciesField.css whereas DependenciesView is located in package info.magnolia.module.dependencies.ui.field. It should be moved to this location /info/magnolia/module/dependencies/ui/field/
Checklists
Acceptance criteria