[ 
https://issues.apache.org/jira/browse/OFBIZ-2260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12696221#action_12696221
 ] 

CJ Horton commented on OFBIZ-2260:
----------------------------------

I apologize..I failed to notice that ManagePortalPages in listPortalPortlets 
isn't a service.

Everyone,

orderitems.ftl is having some issues.  The links for forms(there are several) 
that have code like the following aren't working on the page:

https://localhost:8443/ordermgr/control/orderview?orderId=WSCO10001

<form name= "EditProductInventoryItems" method= "post" action= 
"/catalog/control/EditProductInventoryItems">
<input type= "hidden" name="productId" value= "${productId}">
<input type= "hidden" name="showAllFacilities" value= "Y">
<input type= "hidden" name="externalLoginKey" value= "${externalLoginKey}">
<a class="buttontext" 
href="javascript:document.EditProductInventoryItems.submit()" 
target="_blank">${uiLabelMap.ProductInventory}</a>
</form>

Since this(I don't think any of them are) is not calling a service should this 
be reverted back to:

<a href="/catalog/control/EditProduct?productId=${productId}" 
class="buttontext" target="_blank">${uiLabelMap.ProductCatalog}</a>

Or is there a better way?






> Secure URLs in Freemarker templates files
> -----------------------------------------
>
>                 Key: OFBIZ-2260
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2260
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: ALL COMPONENTS
>    Affects Versions: Release Branch 4.0, Release Branch 9.3
>            Reporter: Jacques Le Roux
>            Assignee: Jacques Le Roux
>             Fix For: Release Branch 4.0, Release Branch 9.3
>
>         Attachments: listPortalPortlets.patch, OFBIZ-2256.patch, 
> OFBIZ-2260.patch, OFBIZ-2260.patch, orderitems.patch
>
>
> Follow OFBIZ-2256 but for FTL files only

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to