Closed (fixed)
Project:
Project issue tracking
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
10 May 2012 at 23:31 UTC
Updated:
4 Jan 2014 at 02:05 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
senpai commentedAssigning and tagging.
Comment #2
rgristroph commentedThis was pretty simple, patch attached. Test by going to admin/project/project-issue-settings ; prior to applying this patch, near the top will be a text field for "Issue directory", and after applying the patch it will be gone.
I checked the rest of the code for any places where the variable might have been used; other than a function to check the directory in includes/admin.settings.inc there were none.
While we are doing settings related changes, should we make the settings page easier to get to ? Right now the link to admin/project/project-issue-settings is not on the modules page in the configuration column but it is at the 2d level of the "Management" block which seems wrong.
--Rob
Comment #3
dwwThanks, yeah, this was supposed to be a pretty trivial issue. ;) Committed 84ade44 and pushed to 7.x-2.x.
In terms of making the settings page easier to get to, the goal of #1569988: [Meta] Project issue settings D7 cleanup was to actually remove the global settings page entirely. However, there's some chance we'll need some settings to remain, e.g. perhaps #1571398: Port 'Project selection widget' setting (project_issue_autocomplete) will remain a global setting after all. We can deal with that problem at those other issues.
Cheers,
-Derek