You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2021/04/15 08:11:16 UTC

[isis-app-helloworld] 04/04: removes persistence.jdo role for bob; not much point in it for JPA branch

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

danhaywood pushed a commit to branch jpa-secman
in repository https://gitbox.apache.org/repos/asf/isis-app-helloworld.git

commit 1926e25af2f1eb27d6b4e578a130d434e5497f13
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Apr 15 09:10:53 2021 +0100

    removes persistence.jdo role for bob; not much point in it for JPA branch
---
 src/main/java/domainapp/security/scripts/UserToRole__bob_UserRw.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/java/domainapp/security/scripts/UserToRole__bob_UserRw.java b/src/main/java/domainapp/security/scripts/UserToRole__bob_UserRw.java
index 1d2dd28..d6ac1fc 100644
--- a/src/main/java/domainapp/security/scripts/UserToRole__bob_UserRw.java
+++ b/src/main/java/domainapp/security/scripts/UserToRole__bob_UserRw.java
@@ -21,7 +21,6 @@ public class UserToRole__bob_UserRw extends AbstractUserAndRolesFixtureScript {
                         , RoleAndPerms__Applib__Allow.ROLE_NAME
                         , RoleAndPerms__ExtFixtures__Allow.ROLE_NAME
                         , RoleAndPerms__ExtH2Console__Allow.ROLE_NAME
-                        , RoleAndPerms__PersistenceJdo_Allow.ROLE_NAME
                         , RoleAndPerms__MetaModel_Allow.ROLE_NAME
                 ));
     }