[jira] Created: (OFBIZ-4100) The variants case does not work in product lookups

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

[jira] Created: (OFBIZ-4100) The variants case does not work in product lookups

Nicolas Malin (Jira)
The variants case does not work in product lookups
--------------------------------------------------

                 Key: OFBIZ-4100
                 URL: https://issues.apache.org/jira/browse/OFBIZ-4100
             Project: OFBiz
          Issue Type: Sub-task
            Reporter: Jacques Le Roux




--
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-4100) The variants case does not work in product lookups

Nicolas Malin (Jira)

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

Jacques Le Roux updated OFBIZ-4100:
-----------------------------------

          Component/s: ALL APPLICATIONS
          Description: When you try it you get to a lookup without choice. You can get out of it without clicking on its cross button. Then you are stuck with lookups: any lookups in the same page works anymore. You can get around using the autocompletion though...
             Priority: Minor  (was: Major)
    Affects Version/s: SVN trunk

> The variants case does not work in product lookups
> --------------------------------------------------
>
>                 Key: OFBIZ-4100
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4100
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: ALL APPLICATIONS
>    Affects Versions: SVN trunk
>            Reporter: Jacques Le Roux
>            Priority: Minor
>
> When you try it you get to a lookup without choice. You can get out of it without clicking on its cross button. Then you are stuck with lookups: any lookups in the same page works anymore. You can get around using the autocompletion though...

--
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] Commented: (OFBIZ-4100) The variants case does not work in product lookups

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

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

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

An URL: https://localhost:8443/accounting/control/FindAgreement

> The variants case does not work in product lookups
> --------------------------------------------------
>
>                 Key: OFBIZ-4100
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4100
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: ALL APPLICATIONS
>    Affects Versions: SVN trunk
>            Reporter: Jacques Le Roux
>            Priority: Minor
>
> When you try it you get to a lookup without choice. You can get out of it without clicking on its cross button. Then you are stuck with lookups: any lookups in the same page works anymore. You can get around using the autocompletion though...

--
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-4100) The variants case does not work in product lookups

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

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

Sascha Rodekamp updated OFBIZ-4100:
-----------------------------------

    Attachment: OFBIZ-4100_FixLookupVariantsCall.patch

Hi Jacques,
here is the patch for the variant issue, not a big deal.
BTW i replaced all tabs in the fieldlookup.js with spaces.

Cheers
Sascha

> The variants case does not work in product lookups
> --------------------------------------------------
>
>                 Key: OFBIZ-4100
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4100
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: ALL APPLICATIONS
>    Affects Versions: SVN trunk
>            Reporter: Jacques Le Roux
>            Priority: Minor
>         Attachments: OFBIZ-4100_FixLookupVariantsCall.patch
>
>
> When you try it you get to a lookup without choice. You can get out of it without clicking on its cross button. Then you are stuck with lookups: any lookups in the same page works anymore. You can get around using the autocompletion though...

--
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] Commented: (OFBIZ-4100) The variants case does not work in product lookups

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

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

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

Thanks Sascha,

Works great, I just wonder about these 2 lines

    var arg = request.substring(request.indexOf('?')+1,(request.length));
    request = request.substring(0, request.indexOf('?'));

You added the second...

> The variants case does not work in product lookups
> --------------------------------------------------
>
>                 Key: OFBIZ-4100
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4100
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: ALL APPLICATIONS
>    Affects Versions: SVN trunk
>            Reporter: Jacques Le Roux
>            Priority: Minor
>         Attachments: OFBIZ-4100_FixLookupVariantsCall.patch
>
>
> When you try it you get to a lookup without choice. You can get out of it without clicking on its cross button. Then you are stuck with lookups: any lookups in the same page works anymore. You can get around using the autocompletion though...

--
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] Commented: (OFBIZ-4100) The variants case does not work in product lookups

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

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

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

Sascha,

Forget about my last comment, I did no read it right and thought you assigned the same var :/

> The variants case does not work in product lookups
> --------------------------------------------------
>
>                 Key: OFBIZ-4100
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4100
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: ALL APPLICATIONS
>    Affects Versions: SVN trunk
>            Reporter: Jacques Le Roux
>            Priority: Minor
>         Attachments: OFBIZ-4100_FixLookupVariantsCall.patch
>
>
> When you try it you get to a lookup without choice. You can get out of it without clicking on its cross button. Then you are stuck with lookups: any lookups in the same page works anymore. You can get around using the autocompletion though...

--
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-4100) The variants case does not work in product lookups

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

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

Jacques Le Roux closed OFBIZ-4100.
----------------------------------

       Resolution: Fixed
    Fix Version/s: SVN trunk
         Assignee: Jacques Le Roux

Sascha,

Your patch is in trunk at r1057154+1057155. I must say I had a look yesterday, but it was not so obvious to me ;) Because I did not thought about the cell part... Lesson learned...

> The variants case does not work in product lookups
> --------------------------------------------------
>
>                 Key: OFBIZ-4100
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4100
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: ALL APPLICATIONS
>    Affects Versions: SVN trunk
>            Reporter: Jacques Le Roux
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-4100_FixLookupVariantsCall.patch
>
>
> When you try it you get to a lookup without choice. You can get out of it without clicking on its cross button. Then you are stuck with lookups: any lookups in the same page works anymore. You can get around using the autocompletion though...

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