Closed (fixed)
Project:
Project
Version:
5.x-1.x-dev
Component:
Releases
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
28 Sep 2007 at 15:50 UTC
Updated:
25 May 2008 at 16:21 UTC
over at http://drupal.org/node/177271, drewish explains that there's some weirdness with function _project_release_form_add_version_element() -- it was apparently designed to be able to mark form fields as required, but there was no way to pass in the $required var that would accomplish that. as part of the E_ALL fix there, i've added $required as an optional argument at the end.
question now is, should any of those fields that get built using that function be using that feature? hopefully dww will chime in here, as i don't know enough about the release system to really answer that question with confidence.
Comments
Comment #1
aclight commentedThe code in project_release_validate(), for the D5 version at least, looks like this:
So, basically, at least one of the fields must be filled out. So I think the answer would be that no, we don't want to make any of these required.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.