[
https://issues.apache.org/jira/browse/OFBIZ-3863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sascha Rodekamp updated OFBIZ-3863:
-----------------------------------
Attachment: OFBIZ-3863_selectallUpdate.patch
Hi Jacques i fixed the issues. The main point was, that .load sends GET
Requests when it get a normal parameter String (name=val&name2=val2 ...) it
only uses POST when it gets a (JSON) Object. That isn't possible because the
method is on some points called with form.serialize() which creates the normal
parameter string and no object. So i created a "normal" Ajax Request with the
same functionallity but sending the it via POST... works!
Cheers :) And thanks for testing
> selectall.js jquery transformation
> ----------------------------------
>
> Key: OFBIZ-3863
> URL: https://issues.apache.org/jira/browse/OFBIZ-3863
> Project: OFBiz
> Issue Type: Sub-task
> Components: ALL COMPONENTS
> Affects Versions: jQuery
> Reporter: Sascha Rodekamp
> Assignee: Jacques Le Roux
> Fix For: jQuery
>
> Attachments: errorjQuery.png, jeditable.zip,
> OFBIZ-3863_ajaxSubmitFormUpdateAreas.patch, OFBIZ-3863_autocomplete.patch,
> OFBIZ-3863_autocomplete.patch, OFBIZ-3863_autocomplete_inplaceedit.patch,
> OFBIZ-3863_dateTimeField.patch, OFBIZ-3863_selectallUpdate.patch,
> OFBIZ-3863_selectallUpdate.patch, OFBIZ-3863_selectallUpdate.patch,
> OFBIZ-3863_toggleScreenlet.patch
>
>
> Hi,
> i started to change the selectall.js methods.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.