Skip to content

Commit

Permalink
SAK-50635 Samigo incorrect value of hidden input for attempt date (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
st-manu authored Oct 24, 2024
1 parent e46000f commit 70fd95f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ document.links[newindex].onclick();
<h:inputHidden id="lastSubmittedDate2" value="0"
rendered ="#{delivery.assessmentGrading.submittedDate==null}"/>
<h:inputHidden id="hasTimeLimit" value="#{delivery.hasTimeLimit}"/>
<h:inputHidden id="attemptDate" value="#{delivery.assessmentGrading.attemptDate}" rendered ="#{delivery.assessmentGrading.attemptDate!=null}"/>
<h:inputHidden id="attemptDate" value="#{delivery.assessmentGrading.attemptDate.time}" rendered ="#{delivery.assessmentGrading.attemptDate!=null}"/>
<h:inputHidden id="showTimeWarning" value="#{delivery.showTimeWarning}"/>
<h:inputHidden id="showTimer" value="#{delivery.showTimer}"/>
<h:inputHidden id="dueDate" value="#{delivery.dueDate.time}" rendered="#{delivery.dueDate != null}" />
Expand Down

0 comments on commit 70fd95f

Please sign in to comment.