We are having better luck with the Link Checker Module after upgrading to
XWIKI 4.3. However, I have noticed that the table columns do not sort
reliably. Can you suggest any modifications to the syntax? This is what we
currently have:
{{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}}
--
View this message in context:
http://xwiki.475771.n2.nabble.com/Question-About-Link-Checker-Module-tp7580…
Sent from the XWiki- Users mailing list archive at
Nabble.com.