Vote #79704
完了Add links to administration pages in project settings
0%
説明
The attached patch adds links to administration pages such as /users, /trackers, /custom_fields, and /enumerations.
Currently, users can see existing objects such as users, trackers, custom_fields, and time tracking activities. But if they find that a custom field they want use has not been created yet, they have to click "Administration" > "Custom Fields" to create a new one. The operation is a bit of trouble. In addition, they should know the page where they can create custom fields.
This patch resolves the problem by adding "Administration" link to some tabs as follows. With this links, users can quickly go to the appropriate admin page without an extra click and deep knowledge about the administration of Redmine.
|. tab |. position |_. link destination |
| Members | above the table | /users |
| Issue tracking | in the "Trackers" box | /trackers |
| Issue tracking | in the "Custom fields" box | /custom_fields |
| Time tracking | above the table | /enumerations |
!{width: 966px; border:1px solid #ccc;}.members-tab@2x.png!
!{width: 966px; border:1px solid #ccc;}.issue-tracking-tab@2x.png!
!{width: 966px; border:1px solid #ccc;}.time-tracking-tab@2x.png!
journals
The patch does not check the admin flag. I will update the patch soon.
--------------------------------------------------------------------------------
Go MAEDA wrote:
> The patch does not check the admin flag. I will update the patch soon.
Here is an updated patch.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Let's include this feature in 4.1.0.
--------------------------------------------------------------------------------
Committed, thanks.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
related_issues
relates,Closed,22090,Make project settings more accessible
relates,Closed,32306,Add a link to projects administration page on projects page
relates,Closed,5068,add link to Users on Member page.