Uploaded image for project: 'Hippo CMS'
  1. Hippo CMS
  2. CMS-7576

Regression: columns in document list cannot be sorted anymore

    XMLWordPrintable

Details

    • Bug
    • Status: Closed
    • Top
    • Resolution: Fixed
    • None
    • 2.26.00-alpha-1, 2.26.00
    • None
    • Sprint 69

    Description

      Clicking a column header in the documents list no longer sorts the list on that column. This only happens when Wicket runs in production mode. The sorting does work when Wicket runs in development mode.

      Steps to reproduce:
      1. run the archetype CMS in Wicket production mode (e.g. start it with just "mvn -Pcargo.run")
      2. select a folder in the documents tree with more than one document or child folder
      3. click the 'Name' column header

      Expected: all children (documents and/or folders) are sorted alphabetically. Clicking the header again reverts the sort order.
      Actual: nothing happens

      This error is related to the many warnings the are logged when Wicket does in the development mode and a document list is shown. For example, just opening the browse perspective already logs eight warnings:

      [INFO] [talledLocalContainer] 12.12.2013 14:51:22 WARN http-bio-8080-exec-1 [Component.renderComponentTag:3979] Markup id set on a component that is usually not rendered into markup. Markup id: header__body6a, component id: header_body, component tag: body.
      [INFO] [talledLocalContainer] 12.12.2013 14:51:22 WARN http-bio-8080-exec-1 [Component.renderComponentTag:3979] Markup id set on a component that is usually not rendered into markup. Markup id: header__body6b, component id: header_body, component tag: body.
      [INFO] [talledLocalContainer] 12.12.2013 14:51:22 WARN http-bio-8080-exec-1 [Component.renderComponentTag:3979] Markup id set on a component that is usually not rendered into markup. Markup id: header__body6c, component id: header_body, component tag: body.
      [INFO] [talledLocalContainer] 12.12.2013 14:51:22 WARN http-bio-8080-exec-1 [Component.renderComponentTag:3979] Markup id set on a component that is usually not rendered into markup. Markup id: header__body6d, component id: header_body, component tag: body.
      [INFO] [talledLocalContainer] 12.12.2013 14:51:22 WARN http-bio-8080-exec-1 [Component.renderComponentTag:3979] Markup id set on a component that is usually not rendered into markup. Markup id: header__body6e, component id: header_body, component tag: body.
      [INFO] [talledLocalContainer] 12.12.2013 14:51:22 WARN http-bio-8080-exec-1 [Component.renderComponentTag:3979] Markup id set on a component that is usually not rendered into markup. Markup id: header__body6f, component id: header_body, component tag: body.
      [INFO] [talledLocalContainer] 12.12.2013 14:51:22 WARN http-bio-8080-exec-1 [Component.renderComponentTag:3979] Markup id set on a component that is usually not rendered into markup. Markup id: header__body70, component id: header_body, component tag: body.
      [INFO] [talledLocalContainer] 12.12.2013 14:51:22 WARN http-bio-8080-exec-1 [Component.renderComponentTag:3979] Markup id set on a component that is usually not rendered into markup. Markup id: header__body71, component id: header_body, component tag: body.

      Attachments

        Issue Links

          Activity

            People

              jsheriff Junaidh Kadhar Sheriff
              mdenburger Mathijs den Burger (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: