core
core copied to clipboard
Need to add the user who create the bundle when you have bundles from other users
Parent Issue
Related to #25127
Problem Statement
After this fix, when you are logged in as admin, you will be able to see all the bundles from all the users, we need to show on this information the user who creates the bundles, in order to avoid confusion in case you have multiple bundles with the same name and those from different users.
Also, we applied this fix just for the admin user, but I think makes sense if you have assigned a parent role, you should be able to see the bundles from your child roles. As part of the hierarchy.
Steps to Reproduce
- Login as a limited user
- Create a new bundle
- Login as another limited user
- Create a new bundle with the same name of step 2
- Login as admin
- Go to publish queue
Acceptance Criteria
- We need to show the name of the user that creates the bundle
- We need to apply hierarchy, and then I need to be able to see the bundles from users that have roles under the mine. and
dotCMS Version
Tested on master // Docker // FF
Proposed Objective
Quality Assurance
Proposed Priority
Priority 2 - Important
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 30 days.
We need some styling help here, we need to do something like this:
Fixed, now it looks better after the fix