Commit a37d5cc5d550835bb90d63578bbd91691443bd0b in ofbiz-framework's branch refs/heads/trunk from Gil Portenseigne
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=a37d5cc ]
Fixed: Jgrowl label are not well retrieved showing 'undefined' button (OFBIZ-12299)
Thanks to Xin Wang comments in https://s.apache.org/trrkk we discover
that label retrieval through javascript are not working.
One example exists, but is not functionnal and do not use jgrowl.
This commit allow jgrowl use directly from javascript (showjGrowlMessage(...))
while making label retrieval synchronous for Jgrowl and fromDate/thruDate existing
feature.
Clean up showErrorAlertLoadUiLabel that became orphan.
I just join the patch of a fix, i let some time to review before commiting next week if ok.
It can be applied above pr/318 to validate the fix.