Problem with modules
Added by Ian Walker over 11 years ago
When I open a new project, the default modules are not selected. I had previously selected these in the defaults, however, now when I go there to select/deselect, I cannot choose anything. Everything appears as follows:
<label class="block"><input id="settings_default_projects_modules_" name="settings[default_projects_modules][]" type="checkbox" value="issue_tracking" />Issue tracking</label><label class="block"><input id="settings_default_projects_modules_" name="settings[default_projects_modules][]" type="checkbox" value="time_tracking" />Time tracking</label><label class="block"><input id="settings_default_projects_modules_" name="settings[default_projects_modules][]" type="checkbox" value="news" />News</label><label class="block"><input id="settings_default_projects_modules_" name="settings[default_projects_modules][]" type="checkbox" value="documents" />Documents</label><label class="block"><input id="settings_default_projects_modules_" name="settings[default_projects_modules][]" type="checkbox" value="files" />Files</label><label class="block"><input id="settings_default_projects_modules_" name="settings[default_projects_modules][]" type="checkbox" value="wiki" />Wiki</label><label class="block"><input id="settings_default_projects_modules_" name="settings[default_projects_modules][]" type="checkbox" value="repository" />Repository</label><label class="block"><input id="settings_default_projects_modules_" name="settings[default_projects_modules][]" type="checkbox" value="boards" />Boards</label><label class="block"><input id="settings_default_projects_modules_" name="settings[default_projects_modules][]" type="checkbox" value="calendar" />Calendar</label><label class="block"><input id="settings_default_projects_modules_" name="settings[default_projects_modules][]" type="checkbox" value="gantt" />Gantt</label>
how can I fix this? I've no idea why this has decided to happen. Redmine version 1.0.1-2 with Debian Squeeze.
Replies (4)
RE: Problem with modules - Added by Ian Walker over 11 years ago
Of course, when I add a project, I can select/deselect the options at will, but none of them are selected at all, even the defaults that I marked previously. So unless modules are selected, none are enabled on the project.
The above label stuff is on the project settings tab via the admin user.
RE: Problem with modules - Added by Jan Niggemann (redmine.org team member) over 11 years ago
Ian Walker wrote:
Redmine version 1.0.1-2 with Debian Squeeze.
Please update ASAP, your version is very old and has security issues: http://www.redmine.org/projects/redmine/wiki/Security_Advisories
RE: Problem with modules - Added by Ian Walker over 11 years ago
I am in the process of migrating, although the system is inaccessible from the internet anyway, so the security issue I don't need to worry about too much.
I'm contemplating upgrading to the latest available redmine in the Debian unstable repo (from a previous post I have open here), then to switch to an svn version and import the database, and see how everything works with that. That way I can stay with the svn version to keep me going forward because the packages in the Debian repo are usually way out of step.
RE: Problem with modules - Added by Ian Walker over 11 years ago
Just wanted to inform, that since I upgraded, the problem went away. The modules are now selectable, and enabled by default for when projects are created.