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

Jacques Le Roux closed OFBIZ-1930.
----------------------------------

    Resolution: Fixed

Thanks Mridul,

Your patch is in trunk revision: 689772  

Thanks Ashish and Vikas for review and comments

I fixed an unrelated problem in EditProductContentContent.groovy. This is not 
the 1st time I cross this type of issue. I checked it does not appear on demo 
server and I guess it was not appearing with bsh  before. I'm not sure of its 
origin but it seems related to my configuration. I use, from my machine 
default, "Central European Summer Time" and demo server uses "Central Daylight 
Time". But I can't see why it affects my machine and not the demo server : 
there is no origin here (maybe GMT, but obviously it's not the case)
The lines I added are (+ import)
} else {
    fromDate = ObjectType.simpleTypeConvert(fromDate, "Timestamp", null, null, 
false)    
}
(I intentionnaly let the line without semi-colon as it's not mandatory in 
Groovy) 


> Added support for uploading additional Product Views (images)
> -------------------------------------------------------------
>
>                 Key: OFBIZ-1930
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1930
>             Project: OFBiz
>          Issue Type: New Feature
>          Components: product
>    Affects Versions: SVN trunk
>            Reporter: Mridul Pathak
>            Assignee: Jacques Le Roux
>             Fix For: SVN trunk
>
>         Attachments: ProductAdditionalViews.patch, 
> ProductAdditionalViews.patch, ProductAdditionalViews.patch
>
>
> Defined four ProductContentType's to support four additional views (images) 
> to a Product.  Extended EditProductContent screen to support uploading these 
> additional images.  New service for the same.

-- 
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