[jira] Created: (OFBIZ-3923) Bug in updating local file content

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

[jira] Created: (OFBIZ-3923) Bug in updating local file content

Nicolas Malin (Jira)
Bug in updating local file content
----------------------------------

                 Key: OFBIZ-3923
                 URL: https://issues.apache.org/jira/browse/OFBIZ-3923
             Project: OFBiz
          Issue Type: Bug
          Components: content
    Affects Versions: Release Branch 10.04, SVN trunk
            Reporter: Mridul Pathak
            Priority: Minor
             Fix For: Release Branch 10.04, SVN trunk


attachUploadToDataResource (member service of updateContentAnd) service calls saveLocalFileDateResource simple method to save the local file and attach it to data resource.  The case where updating a local file content but not uploading a new file is being handled but doesn't work since on finding DataResource object "isUpdate" flag is not set to "Y".

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-3923) Bug in updating local file content

Nicolas Malin (Jira)

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

Mridul Pathak updated OFBIZ-3923:
---------------------------------

    Description: attachUploadToDataResource (member service of updateContentAndUploadedFile service group) service calls saveLocalFileDateResource simple method to save the local file and attach it to data resource.  The case where updating a local file content but not uploading a new file is being handled but doesn't work since on finding DataResource object "isUpdate" flag is not set to "Y".  (was: attachUploadToDataResource (member service of updateContentAnd) service calls saveLocalFileDateResource simple method to save the local file and attach it to data resource.  The case where updating a local file content but not uploading a new file is being handled but doesn't work since on finding DataResource object "isUpdate" flag is not set to "Y".)

> Bug in updating local file content
> ----------------------------------
>
>                 Key: OFBIZ-3923
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3923
>             Project: OFBiz
>          Issue Type: Bug
>          Components: content
>    Affects Versions: Release Branch 10.04, SVN trunk
>            Reporter: Mridul Pathak
>            Priority: Minor
>             Fix For: Release Branch 10.04, SVN trunk
>
>
> attachUploadToDataResource (member service of updateContentAndUploadedFile service group) service calls saveLocalFileDateResource simple method to save the local file and attach it to data resource.  The case where updating a local file content but not uploading a new file is being handled but doesn't work since on finding DataResource object "isUpdate" flag is not set to "Y".

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-3923) Bug in updating local file content

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Mridul Pathak updated OFBIZ-3923:
---------------------------------

    Attachment: OFBIZ-3923.patch

Here is the patch for the fix. Also fixed typo in simple method name, saveLocalFileDateResource => saveLocalFileDataResource.

> Bug in updating local file content
> ----------------------------------
>
>                 Key: OFBIZ-3923
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3923
>             Project: OFBiz
>          Issue Type: Bug
>          Components: content
>    Affects Versions: Release Branch 10.04, SVN trunk
>            Reporter: Mridul Pathak
>            Priority: Minor
>             Fix For: Release Branch 10.04, SVN trunk
>
>         Attachments: OFBIZ-3923.patch
>
>
> attachUploadToDataResource (member service of updateContentAndUploadedFile service group) service calls saveLocalFileDateResource simple method to save the local file and attach it to data resource.  The case where updating a local file content but not uploading a new file is being handled but doesn't work since on finding DataResource object "isUpdate" flag is not set to "Y".

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

Reply | Threaded
Open this post in threaded view
|

[jira] Assigned: (OFBIZ-3923) Bug in updating local file content

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Ashish Vijaywargiya reassigned OFBIZ-3923:
------------------------------------------

    Assignee: Ashish Vijaywargiya

> Bug in updating local file content
> ----------------------------------
>
>                 Key: OFBIZ-3923
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3923
>             Project: OFBiz
>          Issue Type: Bug
>          Components: content
>    Affects Versions: Release Branch 10.04, SVN trunk
>            Reporter: Mridul Pathak
>            Assignee: Ashish Vijaywargiya
>            Priority: Minor
>             Fix For: Release Branch 10.04, SVN trunk
>
>         Attachments: OFBIZ-3923.patch
>
>
> attachUploadToDataResource (member service of updateContentAndUploadedFile service group) service calls saveLocalFileDateResource simple method to save the local file and attach it to data resource.  The case where updating a local file content but not uploading a new file is being handled but doesn't work since on finding DataResource object "isUpdate" flag is not set to "Y".

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

Reply | Threaded
Open this post in threaded view
|

[jira] Closed: (OFBIZ-3923) Bug in updating local file content

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Ashish Vijaywargiya closed OFBIZ-3923.
--------------------------------------

    Resolution: Fixed

Thanks Mridul for the contribution - committed in trunk at r993344 & in releasebranch10.04 at r993349.

--
Ashish Vijaywargiya

> Bug in updating local file content
> ----------------------------------
>
>                 Key: OFBIZ-3923
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3923
>             Project: OFBiz
>          Issue Type: Bug
>          Components: content
>    Affects Versions: Release Branch 10.04, SVN trunk
>            Reporter: Mridul Pathak
>            Assignee: Ashish Vijaywargiya
>            Priority: Minor
>             Fix For: Release Branch 10.04, SVN trunk
>
>         Attachments: OFBIZ-3923.patch
>
>
> attachUploadToDataResource (member service of updateContentAndUploadedFile service group) service calls saveLocalFileDateResource simple method to save the local file and attach it to data resource.  The case where updating a local file content but not uploading a new file is being handled but doesn't work since on finding DataResource object "isUpdate" flag is not set to "Y".

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