From 2ff1c973e06db3a9bb68e2d7523e10e2fd533549 Mon Sep 17 00:00:00 2001 From: leekelleher Date: Sun, 8 Jun 2014 16:45:22 +0100 Subject: [PATCH] Set the listview row item to 'inactive' if the item `isTrashed`. (As media items do not have a published state.) --- .../src/views/propertyeditors/listview/listview.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/listview.html b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/listview.html index b81617c7f8..cec82511fe 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/listview.html +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/listview.html @@ -73,7 +73,7 @@ - {{result.name}} + {{result.name}} {{result.updateDate|date:'medium'}}