[
https://issues.apache.org/jira/browse/OFBIZ-11274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16968601#comment-16968601 ]
Jacques Le Roux edited comment on OFBIZ-11274 at 11/6/19 6:44 PM:
------------------------------------------------------------------
The 2 versions are similar but different. The version in webapp is more general. 4 years ago, I commented the version now in theme :
{code:java}
/*
* If we decide to keep it (only used in Example, though it's needed also
* for Themes and Languages but not the same way)
*/
{code}
It seems things have changed since ant it's indeed no longer used, not even in R16... That does not mean that's it's useless...
was (Author: jacques.le.roux):
The 2 versions are similar but different. The version in webapp is more general. 4 years ago, I commented the version now in theme :
/*
* If we decide to keep it (only used in Example, though it's needed also
* for Themes and Languages but not the same way)
*/
It seems things have changed since ant it's indeed no longer used, not even in R16... That does not mean that's it's useless...
> Cannot set property 'value' of null in lookup.js set_multivalues() function
> ---------------------------------------------------------------------------
>
> Key: OFBIZ-11274
> URL:
https://issues.apache.org/jira/browse/OFBIZ-11274> Project: OFBiz
> Issue Type: Bug
> Components: themes
> Affects Versions: Trunk
> Reporter: Daniel Watford
> Priority: Major
> Labels: pull-request-available
> Attachments: OFBIZ-11274-lookup-set-multi.patch
>
>
> Attempts to call lookup.js function set_multivalues() from a lookup screen fail with the console logging error:
> {noformat}
> Uncaught TypeError: Cannot set property 'value' of null
> at set_multivalues (fieldlookup.js:769)
> at <anonymous>:1:1{noformat}
> No framework or plugins appear to currently use this function.
> The set_multivalues() function should be useful for populating multiple fields (e.g. a Postal Address) on a form from a lookup.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)