diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/listview.controller.js b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/listview.controller.js index 8a765bb0f6..58c311f23f 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/listview.controller.js +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/listview.controller.js @@ -22,7 +22,7 @@ function listViewController($rootScope, $scope, $routeParams, $injector, notific $scope.entityType = "content"; } - $scope.isNew = false; + $scope.isNew = false; $scope.actionInProgress = false; $scope.listViewResultSet = { totalPages: 0, @@ -241,6 +241,7 @@ function listViewController($rootScope, $scope, $routeParams, $injector, notific $scope.reloadView($routeParams.id); $scope.contentId = $routeParams.id; + $scope.isTrashed = $routeParams.id === "-20" || $routeParams.id === "-21"; } 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 01ed21d42f..b81617c7f8 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 @@ -23,12 +23,12 @@ -