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