Fix bug in milestones edit JS, check for due date rather than desc as
WG Chairs can't edit the latter - Legacy-Id: 4590
This commit is contained in:
parent
e5564640eb
commit
8d07791e23
|
@ -10,7 +10,7 @@ jQuery(function () {
|
|||
|
||||
function setSubmitButtonState() {
|
||||
var action, label;
|
||||
if (jQuery("#milestones-form input[name$=desc]:visible").length > 0)
|
||||
if (jQuery("#milestones-form input[name$=due]:visible").length > 0)
|
||||
action = "review";
|
||||
else
|
||||
action = "save";
|
||||
|
|
Loading…
Reference in a new issue