U4-4700 List view doesn't respect user permissions - makes the buttons show/hide based on the selected items instead of the current item.
This commit is contained in:
@@ -5,7 +5,8 @@ var app = angular.module('umbraco', [
|
||||
'umbraco.services',
|
||||
'umbraco.mocks',
|
||||
'umbraco.security',
|
||||
'ngCookies'
|
||||
'ngCookies',
|
||||
'LocalStorageModule'
|
||||
]);
|
||||
|
||||
/* For Angular 1.2: we need to load in Routing separately
|
||||
|
||||
Reference in New Issue
Block a user