PDA

View Full Version : How to disable version?


ThorstenA
Tue 3rd Jul '07, 6:49am
I'd like to disable "version" completely from my projects as they have nothing to do with versions. How can I do that?

Mike Sullivan
Tue 3rd Jul '07, 6:54am
Best you can do is not create any with the project. Users won't be prompted for a version (though for display reasons, they will still appear when viewing an issue).

ThorstenA
Tue 3rd Jul '07, 6:57am
Thanks for your fast feedback. I am writing this as a suggestion.

jake7338
Wed 4th Jul '07, 4:04pm
Same here. I would like to get ride of it completely. I will leave it blank for now like you suggest. Maybe in the future the vb team can make this removable. Thanks. --jake

wiredinoc
Thu 5th Jul '07, 12:05pm
Ditto. I'm not using this for software development, but task management..

jake7338
Fri 6th Jul '07, 12:35am
Here is the solution guys!! Edit the template pt_postissue which is located under the template group "Project Tools Templates"

Remove these lines...

-------------------

<label class="smallfont">$vbphrase[addressed_version_issuetype]

-------------------

<select name="addressedversionid" style="display:block; width:200px" tabindex="2">
<option value="0"$addressed_unaddressed_selected>$vbphrase[none_meta]</option>
<option value="-1"$addressed_next_selected>$vbphrase[next_release]</option>
$addressed_versions
</select>



That will do it!!
--jake