[
https://issues.apache.org/jira/browse/CLOUDSTACK-8562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15238998#comment-15238998
]
ASF GitHub Bot commented on CLOUDSTACK-8562:
--------------------------------------------
Github user bhaisaab commented on a diff in the pull request:
https://github.com/apache/cloudstack/pull/1489#discussion_r59523371
--- Diff: engine/schema/src/com/cloud/user/AccountVO.java ---
@@ -83,8 +86,16 @@ public AccountVO(String accountName, long domainId,
String networkDomain, short
this.domainId = domainId;
this.networkDomain = networkDomain;
this.type = type;
- state = State.enabled;
+ this.state = State.enabled;
this.uuid = uuid;
+ this.roleId = RoleType.getRoleByAccountType(null, type);
+ }
+
+ public AccountVO(String accountName, long domainId, String
networkDomain, short type, Long roleId, String uuid) {
+ this(accountName, domainId, networkDomain, type, uuid);
--- End diff --
copy that
> User Definable Roles
> --------------------
>
> Key: CLOUDSTACK-8562
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8562
> Project: CloudStack
> Issue Type: New Feature
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: Management Server
> Reporter: Paul Angus
> Assignee: Rohit Yadav
>
> Static command.properties moved to database and made user definable
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)