[
https://issues.apache.org/jira/browse/OFBIZ-5888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14254552#comment-14254552 ]
Arun Patidar commented on OFBIZ-5888:
-------------------------------------
I have verified the issue on 13.07 and followed below steps to regenerate the issue:-
1) Created reviews for some products from front store.
2) Went to "
https://localhost:8443/catalog/control/FindReviews".
3) Selected the status as "pending" and find the reviews.
4) Inspected the HTML elements for "Approve button", every looked good.
5) Finally try to approve the reviews for couple of products and it also worked fine.
Its all working fine so we can close this issue.
>
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)