I would like to show the "PublishedDate" column instead of the "CreatedDate" column in the Listview of archived Articulate Posts... any ideas ?
I can see the value coming back in the JSON item properties, however I have no clue where the view code is - I have tried changing /Umbraco/Views/PropertyEditors/listview/listview.html but to no avail!!
Now that it is possible to add and remove what is shown in the list view. Is it then possible to show text instead of id's on dropdowns, radio buttons and checkboxes?
How to change columns in the Archive Listview...
I would like to show the "PublishedDate" column instead of the "CreatedDate" column in the Listview of archived Articulate Posts... any ideas ?
I can see the value coming back in the JSON item properties, however I have no clue where the view code is - I have tried changing /Umbraco/Views/PropertyEditors/listview/listview.html but to no avail!!
Tearing whats left of my hair out.
Hello,
Currently the listview is not configurable yet. See this issue: http://issues.umbraco.org/issue/U4-4972
Jeroen
Hi,
Now that it is possible to add and remove what is shown in the list view. Is it then possible to show text instead of id's on dropdowns, radio buttons and checkboxes?
My listview looks like this:
Name Created by Category
Page 1 René 14
What I want is:
Name Created by Category
Page 1 René graphics
// René
Hi Rene,
It is not the best solution but solved the same problem for me:
I have changed following lines in the template file \umbraco\Views\propertyeditors\listview\listview.html
Instead of initial version:
Best regards,
Orest
is working on a reply...