Uploaded image for project: 'Content Dependencies'
  1. Content Dependencies
  2. MGNLCDEP-132

Css file should be moved to correct package

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Neutral
    • None
    • 2.0.3

    Description

      Steps to reproduce

      1. 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])
      2. Open browser debugger tools to see network activity  
      3. 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

        Attachments

          Activity

            People

              Unassigned Unassigned
              jayala Jonathan Ayala
              AuthorX
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:

                Checklists

                  Bug DoR
                  Task DoD