You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Ashish Vijaywargiya (JIRA)" <ji...@apache.org> on 2014/12/20 08:03:13 UTC

[jira] [Assigned] (OFBIZ-5888) https://localhost:8443/catalog/control/FindReviews approve button statusId val error

     [ https://issues.apache.org/jira/browse/OFBIZ-5888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ashish Vijaywargiya reassigned OFBIZ-5888:
------------------------------------------

    Assignee: Ashish Vijaywargiya

> 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
>            Assignee: Ashish Vijaywargiya
>
> 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)