Patch #30203
closedAdd links to administration pages in project settings
0%
Description
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 |
Files
Related issues
Updated by Go MAEDA almost 6 years ago
The patch does not check the admin flag. I will update the patch soon.
Updated by Go MAEDA almost 6 years ago
Go MAEDA wrote:
The patch does not check the admin flag. I will update the patch soon.
Here is an updated patch.
Updated by Go MAEDA almost 6 years ago
- File deleted (
add-link-to-administration-pages.diff)
Updated by Go MAEDA over 5 years ago
- Related to Feature #22090: Make project settings more accessible added
Updated by Go MAEDA over 5 years ago
- Target version set to Candidate for next major release
Updated by Go MAEDA over 5 years ago
- Target version changed from Candidate for next major release to 4.1.0
Let's include this feature in 4.1.0.
Updated by Jean-Philippe Lang over 5 years ago
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
Committed, thanks.
Updated by Go MAEDA about 5 years ago
- Related to Feature #32306: Add a link to projects administration page on projects page added
Updated by Go MAEDA over 4 years ago
- Related to Patch #5068: add link to Users on Member page. added