You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2011/02/12 09:16:57 UTC

[jira] Created: (OFBIZ-4179) Create (upload) content in Party Profile does not work

Create (upload) content in Party Profile does not work
------------------------------------------------------

                 Key: OFBIZ-4179
                 URL: https://issues.apache.org/jira/browse/OFBIZ-4179
             Project: OFBiz
          Issue Type: Bug
          Components: party
    Affects Versions: Release Branch 09.04, Release Branch 10.04, SVN trunk
            Reporter: Jacques Le Roux
            Priority: Minor


As it does not work in trunk I 1st thought it was a jQuery migration issue. But it does not work either in R9.04 and I guess this is the initial reason

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (OFBIZ-4179) Create (upload) content in Party Profile does not work

Posted by "Sascha Rodekamp (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-4179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13013929#comment-13013929 ] 

Sascha Rodekamp commented on OFBIZ-4179:
----------------------------------------

Ok Jacques i resolved it for the trunk and improved the UX for the file upload. 

Because the File uploaded crashes if no purpose is selected. I added a validation function. 
There was also a library missing for compressed file (commons-compressed) to determine the mine type. I added the current version. 

The fix is in trunk @Rev1087254

Thanks Jacques for reporting.
I'll check in 10.04 and 09.04

Have a nice day


> Create (upload) content in Party Profile does not work
> ------------------------------------------------------
>
>                 Key: OFBIZ-4179
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4179
>             Project: OFBiz
>          Issue Type: Bug
>          Components: party
>    Affects Versions: Release Branch 09.04, Release Branch 10.04, SVN trunk
>            Reporter: Jacques Le Roux
>            Priority: Minor
>
> As it does not work in trunk I 1st thought it was a jQuery migration issue. But it does not work either in R9.04 and I guess this is the initial reason

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (OFBIZ-4179) Create (upload) content in Party Profile does not work

Posted by "Sascha Rodekamp (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-4179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13013866#comment-13013866 ] 

Sascha Rodekamp commented on OFBIZ-4179:
----------------------------------------

Hm it seems that there is a problem with zip files. I'm able to upload image or txt files but got an exception when uploading a zip archive. I will investigate...

> Create (upload) content in Party Profile does not work
> ------------------------------------------------------
>
>                 Key: OFBIZ-4179
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4179
>             Project: OFBiz
>          Issue Type: Bug
>          Components: party
>    Affects Versions: Release Branch 09.04, Release Branch 10.04, SVN trunk
>            Reporter: Jacques Le Roux
>            Priority: Minor
>
> As it does not work in trunk I 1st thought it was a jQuery migration issue. But it does not work either in R9.04 and I guess this is the initial reason

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Issue Comment Edited] (OFBIZ-4179) Create (upload) content in Party Profile does not work

Posted by "Sascha Rodekamp (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-4179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13013866#comment-13013866 ] 

Sascha Rodekamp edited comment on OFBIZ-4179 at 3/31/11 7:16 AM:
-----------------------------------------------------------------

Hm it seems that there is a problem with zip files. I'm able to upload image or txt files but got an exception when uploading a zip archive. I will investigate...

{code}
java.lang.NoClassDefFoundError: org/apache/commons/compress/archivers/zip/ZipFile
{code}

      was (Author: sascha):
    Hm it seems that there is a problem with zip files. I'm able to upload image or txt files but got an exception when uploading a zip archive. I will investigate...
  
> Create (upload) content in Party Profile does not work
> ------------------------------------------------------
>
>                 Key: OFBIZ-4179
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4179
>             Project: OFBiz
>          Issue Type: Bug
>          Components: party
>    Affects Versions: Release Branch 09.04, Release Branch 10.04, SVN trunk
>            Reporter: Jacques Le Roux
>            Priority: Minor
>
> As it does not work in trunk I 1st thought it was a jQuery migration issue. But it does not work either in R9.04 and I guess this is the initial reason

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (OFBIZ-4179) Create (upload) content in Party Profile does not work

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-4179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13014440#comment-13014440 ] 

Jacques Le Roux commented on OFBIZ-4179:
----------------------------------------

Hi Sascha,

I'm very busy at the moment and did not get a chance to test nor have a deeper look. I will try later, I fell you handled it already anyway...

> Create (upload) content in Party Profile does not work
> ------------------------------------------------------
>
>                 Key: OFBIZ-4179
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4179
>             Project: OFBiz
>          Issue Type: Bug
>          Components: party
>    Affects Versions: Release Branch 09.04, Release Branch 10.04, SVN trunk
>            Reporter: Jacques Le Roux
>            Assignee: Sascha Rodekamp
>            Priority: Minor
>             Fix For: SVN trunk
>
>
> As it does not work in trunk I 1st thought it was a jQuery migration issue. But it does not work either in R9.04 and I guess this is the initial reason

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Assigned] (OFBIZ-4179) Create (upload) content in Party Profile does not work

Posted by "Sascha Rodekamp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-4179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sascha Rodekamp reassigned OFBIZ-4179:
--------------------------------------

    Assignee: Sascha Rodekamp

> Create (upload) content in Party Profile does not work
> ------------------------------------------------------
>
>                 Key: OFBIZ-4179
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4179
>             Project: OFBiz
>          Issue Type: Bug
>          Components: party
>    Affects Versions: Release Branch 09.04, Release Branch 10.04, SVN trunk
>            Reporter: Jacques Le Roux
>            Assignee: Sascha Rodekamp
>            Priority: Minor
>
> As it does not work in trunk I 1st thought it was a jQuery migration issue. But it does not work either in R9.04 and I guess this is the initial reason

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Closed] (OFBIZ-4179) Create (upload) content in Party Profile does not work

Posted by "Sascha Rodekamp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-4179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sascha Rodekamp closed OFBIZ-4179.
----------------------------------

       Resolution: Fixed
    Fix Version/s: SVN trunk

No opinions? Than i will close the issue.


> Create (upload) content in Party Profile does not work
> ------------------------------------------------------
>
>                 Key: OFBIZ-4179
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4179
>             Project: OFBiz
>          Issue Type: Bug
>          Components: party
>    Affects Versions: Release Branch 09.04, Release Branch 10.04, SVN trunk
>            Reporter: Jacques Le Roux
>            Assignee: Sascha Rodekamp
>            Priority: Minor
>             Fix For: SVN trunk
>
>
> As it does not work in trunk I 1st thought it was a jQuery migration issue. But it does not work either in R9.04 and I guess this is the initial reason

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (OFBIZ-4179) Create (upload) content in Party Profile does not work

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-4179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13015031#comment-13015031 ] 

Jacques Le Roux commented on OFBIZ-4179:
----------------------------------------

It's not perfect with all themes (I tried Tomahawk and Flat) but with Tomahawk it is!

Thanks Sascha!

> Create (upload) content in Party Profile does not work
> ------------------------------------------------------
>
>                 Key: OFBIZ-4179
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4179
>             Project: OFBiz
>          Issue Type: Bug
>          Components: party
>    Affects Versions: Release Branch 09.04, Release Branch 10.04, SVN trunk
>            Reporter: Jacques Le Roux
>            Assignee: Sascha Rodekamp
>            Priority: Minor
>             Fix For: SVN trunk
>
>
> As it does not work in trunk I 1st thought it was a jQuery migration issue. But it does not work either in R9.04 and I guess this is the initial reason

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (OFBIZ-4179) Create (upload) content in Party Profile does not work

Posted by "Sascha Rodekamp (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-4179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13013953#comment-13013953 ] 

Sascha Rodekamp commented on OFBIZ-4179:
----------------------------------------

Ok i tested in 10.04 same behavior when you select a purpose type the upload works fine. If not the update crashes. So that's not really a bug, more bad usability. 

In my opinion we should leave it in 10.04 and 09.04 because it works as designed and if someone needs a better usability he can do it on his own or use the trunk.

What do you think? 

Have a nice day

> Create (upload) content in Party Profile does not work
> ------------------------------------------------------
>
>                 Key: OFBIZ-4179
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4179
>             Project: OFBiz
>          Issue Type: Bug
>          Components: party
>    Affects Versions: Release Branch 09.04, Release Branch 10.04, SVN trunk
>            Reporter: Jacques Le Roux
>            Assignee: Sascha Rodekamp
>            Priority: Minor
>
> As it does not work in trunk I 1st thought it was a jQuery migration issue. But it does not work either in R9.04 and I guess this is the initial reason

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira