You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by de...@apache.org on 2016/07/05 08:10:03 UTC

svn commit: r1751405 - /ofbiz/trunk/specialpurpose/projectmgr/template/survey/ListSurveys.ftl

Author: deepak
Date: Tue Jul  5 08:10:03 2016
New Revision: 1751405

URL: http://svn.apache.org/viewvc?rev=1751405&view=rev
Log:
(OFBIZ-7703) Applied patch jira issue.
===========================================
Unable to set thru date for List survey screen of project component if more than one survey in available.
===========================================

Thanks  Pawan Verma for your contribution.

Modified:
    ofbiz/trunk/specialpurpose/projectmgr/template/survey/ListSurveys.ftl

Modified: ofbiz/trunk/specialpurpose/projectmgr/template/survey/ListSurveys.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/template/survey/ListSurveys.ftl?rev=1751405&r1=1751404&r2=1751405&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/template/survey/ListSurveys.ftl (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/template/survey/ListSurveys.ftl Tue Jul  5 08:10:03 2016
@@ -44,7 +44,7 @@ under the License.
                   <td><a href="/content/control/EditSurvey?surveyId=${workEffortSurveyAppl.surveyId!}" class="buttontext">${workEffortSurveyAppl.surveyId!} - ${survey.surveyName!}</a></td>
                   <td>${workEffortSurveyAppl.fromDate!}</td>
                   <td>
-                    <@htmlTemplate.renderDateTimeField name="thruDate" event="" action="" className="" alert="" title="Format: yyyy-MM-dd HH:mm:ss.SSS" value="${(workEffortSurveyAppl.thruDate)!}" size="25" maxlength="30" id="thruDate1" dateType="date" shortDateInput=false timeDropdownParamName="" defaultDateTimeString="" localizedIconTitle="" timeDropdown="" timeHourName="" classString="" hour1="" hour2="" timeMinutesName="" minutes="" isTwelveHour="" ampmName="" amSelected="" pmSelected="" compositeType="" formName=""/>
+                    <@htmlTemplate.renderDateTimeField name="thruDate" event="" action="" className="" alert="" title="Format: yyyy-MM-dd HH:mm:ss.SSS" value="${(workEffortSurveyAppl.thruDate)!}" size="25" maxlength="30" id="thruDate_${workEffortSurveyAppl_index}" dateType="date" shortDateInput=false timeDropdownParamName="" defaultDateTimeString="" localizedIconTitle="" timeDropdown="" timeHourName="" classString="" hour1="" hour2="" timeMinutesName="" minutes="" isTwelveHour="" ampmName="" amSelected="" pmSelected="" compositeType="" formName=""/>
                     </td>
                   <td><a href="<@o...@ofbizUrl>" class="buttontext">${uiLabelMap.EcommerceTakeSurvey}</a></td>
                   <#if !isReadable??>