Bug 1006189

Summary: Grant access permission for sub packages to role 'package.admin'
Product: [Retired] JBoss BRMS Platform 6 Reporter: Toshiya Kobayashi <tkobayas>
Component: Business CentralAssignee: manstis
Status: CLOSED NOTABUG QA Contact: Lukáš Petrovický <lpetrovi>
Severity: medium Docs Contact:
Priority: medium    
Version: 5.x.xCC: brms-jira, etirelli
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 1006188 Environment:
Last Closed: 2013-10-24 14:45:26 UTC Type: Feature Request
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Toshiya Kobayashi 2013-09-10 07:50:26 UTC
+++ This bug was initially created as a clone of Bug #1006188 +++

Description of problem:

With Role based user permission, 'package.admin' user can create a sub package but cannot access to the package. So 'admin' user has to grant the permission for the sub package to the 'package.admin' every time they add a sub package.

This is a feature request to grant permission for sub packages to role 'package.admin'. Because it's more natural for user's workflow.

Steps to Reproduce:
1. Enable Role based user permission
2. Create a package 'com.sample'
3. Add user 'padmin' with role 'package.admin' for 'com.sample'
4. Login as padmin
5. Create a sub package 'com.sample.subpackage'

Actual results:

padmin cannot access 'com.sample.subpackage'

Expected results:

padmin can access 'com.sample.subpackage'