Author: arunpatidar
Date: Wed Jun 29 14:29:19 2016
New Revision: 1750651
URL: http://svn.apache.org/viewvc?rev=1750651&view=rev
Log:
Applied patch from jira issue - OFBIZ-7262 - Error on closing and re-opening of
project. Thanks Anurag Chandak for your patch and Montalbano Florian for
verifying patch.
Modified:
ofbiz/trunk/specialpurpose/scrum/widget/scrumMenus.xml
Modified: ofbiz/trunk/specialpurpose/scrum/widget/scrumMenus.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/widget/scrumMenus.xml?rev=1750651&r1=1750650&r2=1750651&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/widget/scrumMenus.xml (original)
+++ ofbiz/trunk/specialpurpose/scrum/widget/scrumMenus.xml Wed Jun 29 14:29:19
2016
@@ -963,6 +963,7 @@ under the License.
<link target="updateScrumProject" request-confirmation="true"
confirmation-message="Are you sure you want to close this project?"
style="buttontext delete">
<parameter param-name="workEffortId"
from-field="parameters.workEffortId"/>
<parameter param-name="projectId"
from-field="parameters.projectId"/>
+ <parameter param-name="productId"
from-field="project.productId"/>
<parameter param-name="currentStatusId" value="SPJ_CLOSED"/>
<parameter param-name="isCloseBtn" value="Y"/>
</link>
@@ -980,6 +981,7 @@ under the License.
<link target="updateScrumProject" request-confirmation="true"
confirmation-message="Are you sure you want to Re-Open this project?">
<parameter param-name="workEffortId"
from-field="parameters.workEffortId"/>
<parameter param-name="projectId"
from-field="parameters.projectId"/>
+ <parameter param-name="productId"
from-field="project.productId"/>
<parameter param-name="currentStatusId" value="SPJ_ACTIVE"/>
</link>
</menu-item>