Skip to content

Commit

Permalink
Fix usersView action URL
Browse files Browse the repository at this point in the history
  • Loading branch information
wadahiro committed Dec 25, 2018
1 parent 590c3bc commit 7e50c3e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -100,7 +100,7 @@ public class AuthorizationConstants {
public static final String AUTZ_UI_USERS_URL = NS_AUTHORIZATION_UI + "#users";

public static final QName AUTZ_UI_USERS_VIEW_QNAME = new QName(NS_AUTHORIZATION_UI, "usersView");
public static final String AUTZ_UI_USERS_VIEW_URL = NS_AUTHORIZATION_UI + "usersView";
public static final String AUTZ_UI_USERS_VIEW_URL = NS_AUTHORIZATION_UI + "#usersView";

public static final QName AUTZ_UI_FIND_USERS_QNAME = new QName(NS_AUTHORIZATION_UI, "findUsers");
public static final String AUTZ_UI_FIND_USERS_URL = NS_AUTHORIZATION_UI + "#findUsers";
Expand Down

0 comments on commit 7e50c3e

Please sign in to comment.