<< Back to previous view |
![]() |
[QB-2973] Editable access denied inforation for configuration (be able to add text and link to access request)
|
|
Status: | Closed |
Project: | QuickBuild |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | 8.0.0 |
Type: | Improvement | Priority: | Major |
Reporter: | Jonasz Wojcik | Assigned To: | Robin Shen |
Resolution: | Fixed | Votes: | 2 |
Remaining Estimate: | Unknown | Time Spent: | Unknown |
Original Estimate: | Unknown |
File Attachments: |
![]() |
Description |
Ability to add info text with html support in case of access denied.
Now there is only this information: "You are not permitted to access requested page. " In advanced settings should be able to define the access denied message (or inherit from parent). Root default will be "You are not permitted to access requested page." |
Comments |
Comment by Jonasz Wojcik [ 25/Apr/17 10:21 AM ] |
Editable access denied information for configuration (be able to add text and link to access request) |
Comment by Jonasz Wojcik [ 25/Apr/17 11:11 AM ] |
In server settings there is Access Denied Message option but how to make it configuration depended?
I was trying to get the variable from configuration but without success. I was able to display configuration description but I was not able to get selected configuration ID ${system.getConfigurationManager().get(1).getDescription()} |
Comment by Jonasz Wojcik [ 25/Apr/17 11:11 AM ] |
use case:
many projects in one QB. each configuration tree have separate access group. permission groups are synchronize with QB groups (additional script) We need ability to display the link to the access request for configuration tree. |