Skip to content
Snippets Groups Projects
Commit 99cb0a0b authored by Vincent Massol's avatar Vincent Massol
Browse files

XWIKI-8342: IRC Livetable should display creation date instead of last modification date

parent f5b46507
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,6 @@
<hidden>true</hidden>
<content>ircbot.livetable.doc.name=Name
ircbot.livetable.channel=Channel
ircbot.livetable.doc.date=Date
ircbot.livetable.doc.creationDate=Creation Date
ircbot.panels.applicationsPanelEntryLabel=IRC Bot</content>
</xwikidoc>
......@@ -33,9 +33,9 @@
Here are the IRC logs archived by the IRC Bot:
{{velocity}}
#set ($columns = ['doc.date', 'channel', 'doc.name'])
#set ($columns = ['doc.creationDate', 'channel', 'doc.name'])
#set ($columnsProperties = {
'doc.date' : { 'type' : 'text' },
'doc.creationDate' : { 'type' : 'text' },
'channel' : { 'type' : 'text' },
'doc.name' : { 'type' : 'text', 'link' : 'view'}
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment