Uploaded image for project: 'XWiki Platform'
  1. XWiki Platform
  2. XWIKI-8684

Link Checker table columns do not sort

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Minor
    • 4.5
    • 4.3
    • Link Checker
    • None
    • Windows 7; Internet Explorer 8 (current corporate standard)
    • Unknown
    • N/A
    • N/A

    Description

      We have noticed that the table columns do not sort reliably. This is the code we currently see on the XWiki.ExternalLinks page:

      {{velocity}} 
      #set($columns = [ 'link', 'page', 'code', 'date']) 
      #set($columnsProperties = { 
          'link' : { 'type' : 'text' }, 
          'page' : { 'type' : 'text' }, 
          'code' : { 'type' : 'text' }, 
          'date' : { 'type' : 'text' } 
      }) 
      #set($options = { 
          'resultPage': 'XWiki.ExternalLinksJSON', 
          'translationPrefix' : 'platform.linkchecker.livetable.', 
          'rowCount' : 50, 
          'description' : 'This table lists the states of all external links found on this wiki. The columns can be sorted.' 
      }) 
      #livetable('links' $columns $columnsProperties $options) 
      {{/velocity}}
      

      Attachments

        Activity

          People

            vmassol Vincent Massol
            iceicelady Lisa A
            Votes:
            2 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: