Display name of current item in 'Set access permissions' dialog
When setting access permissions for an item, the name of the item in question should be displayed in the 'Set access permissions' dialog. For example, the dialog could say: 'Set access permissions for [name of item]'. Instead of, as it is today, just 'Set access permissions'
Change History
(4)
Type: |
defect → enhancement
|
Owner: |
changed from Gregory Vincic to Nicklas Nordborg
|
Milestone: |
→ BASE 2.0 RC2
|
Owner: |
changed from Nicklas Nordborg to Martin Svensson
|
Version: |
→ trunk
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
Currently, this is not an easy fix, since multiple items may have been selected (ok, then we could just display 'Set access permissions for multiple items').
The object that handles the permission settings (MultiPermissions) doesn't have a method for getting the items that have been selected, but it shouldn't be very hard to add.