You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2019/11/04 15:06:02 UTC

[sling-org-apache-sling-app-cms] branch master updated: Additional fix for SLING-8817 - Removing invalid actions for service users

This is an automated email from the ASF dual-hosted git repository.

dklco pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git


The following commit(s) were added to refs/heads/master by this push:
     new 866a561  Additional fix for SLING-8817 - Removing invalid actions for service users
866a561 is described below

commit 866a561d1875fab249af9f063ffdc238a1a3e169
Author: Dan Klco <dk...@apache.org>
AuthorDate: Mon Nov 4 10:05:50 2019 -0500

    Additional fix for SLING-8817 - Removing invalid actions for service
    users
---
 .../jcr_root/libs/sling-cms/content/auth/list.json  | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/ui/src/main/resources/jcr_root/libs/sling-cms/content/auth/list.json b/ui/src/main/resources/jcr_root/libs/sling-cms/content/auth/list.json
index 6c79a66..376fcad 100644
--- a/ui/src/main/resources/jcr_root/libs/sling-cms/content/auth/list.json
+++ b/ui/src/main/resources/jcr_root/libs/sling-cms/content/auth/list.json
@@ -134,33 +134,12 @@
                             "actions": {
                                 "jcr:primaryType": "nt:unstructured",
                                 "sling:resourceType": "sling-cms/components/cms/columns/actions",
-                                "edit": {
-                                    "jcr:primaryType": "nt:unstructured",
-                                    "modal": true,
-                                    "title": "Edit User",
-                                    "icon": "pencil-f",
-                                    "prefix": "/cms/auth/user/edit.html"
-                                },
                                 "membership": {
                                     "jcr:primaryType": "nt:unstructured",
                                     "modal": true,
                                     "title": "Group Membership",
                                     "icon": "user-circle",
                                     "prefix": "/cms/auth/membership.html"
-                                },
-                                "movecopy": {
-                                    "jcr:primaryType": "nt:unstructured",
-                                    "modal": true,
-                                    "title": "Move / Copy User",
-                                    "icon": "move-alt",
-                                    "prefix": "/cms/shared/movecopy.html"
-                                },
-                                "delete": {
-                                    "jcr:primaryType": "nt:unstructured",
-                                    "modal": true,
-                                    "title": "Delete User",
-                                    "icon": "trash",
-                                    "prefix": "/cms/shared/delete.html"
                                 }
                             }
                         }