[
https://issues.apache.org/jira/browse/OFBIZ-3933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jacques Le Roux updated OFBIZ-3933:
-----------------------------------
Attachment: screenshot-1.jpg
I forgot a file (change of mine) committed at r1036638.
Also forgot to explain my other small changes. they are related to the 3rd error message in the screenshot but looks like they are not enough.
I checked prevLookup and ACTIVATED_LOOKUP at lines[251, 258 and 261]:
{code}
if (prevLookup) {
GLOBAL_LOOKUP_REF.getReference(ACTIVATED_LOOKUP).prevLookup = prevLookup;
}
});
},
close: function() {
//when the window is closed the prev Lookup get the focus (if exists)
if (ACTIVATED_LOOKUP) {
var prevLookup = GLOBAL_LOOKUP_REF.getReference(ACTIVATED_LOOKUP).prevLookup;
}
if (prevLookup) {
identifyLookup(prevLookup);
}
}
{code}
> The window attribute of the element Lookup does not work well (looks like a decorator issue)
> --------------------------------------------------------------------------------------------
>
> Key: OFBIZ-3933
> URL:
https://issues.apache.org/jira/browse/OFBIZ-3933> Project: OFBiz
> Issue Type: Sub-task
> Reporter: Jacques Le Roux
> Attachments: OFBIZ-3933_fieldlookups.patch, screenshot-1.jpg
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.