lizc created OFBIZ-5888:
---------------------------

             Summary: https://localhost:8443/catalog/control/FindReviews 
approve button statusId val error
                 Key: OFBIZ-5888
                 URL: https://issues.apache.org/jira/browse/OFBIZ-5888
             Project: OFBiz
          Issue Type: Bug
          Components: product
    Affects Versions: Release Branch 13.07
         Environment: https://localhost:8443/catalog/control/FindReviews
            Reporter: lizc


ReviewForms.xml file "ListReviews"
...
<field name="approve" widget-style="buttontext" use-when="${statusId == 
'PRR_PENDING'}">
            <hyperlink target="updateProductReviewStatus" 
description="${uiLabelMap.FormFieldTitle_approve}" also-hidden="false">
                <parameter param-name="statusId" value="PRR_APPROVED"/>
                <parameter param-name="productReviewId" 
from-field="productReviewId"/>
            </hyperlink>
        </field>  

..

gen page html content:

<form method="post" action="/catalog/control/updateProductReviewStatus" 
onsubmit="javascript:submitFormDisableSubmits(this)" 
name="ListReviews_o_2_0_o_approve"><input name="statusId" value="PRR_PENDING" 
type="hidden"><input name="productReviewId" value="10010" type="hidden"><input 
name="VIEW_INDEX_1" value="0" type="hidden"><input name="VIEW_SIZE_1" 
value="20" type="hidden"></form>


statusId val  is error



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to