mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 00:14:57 +02:00
Preferences: Get preferences mostly displaying again
There's still something wrong validation.
This commit is contained in:
@ -36,10 +36,15 @@ export function et2_compileLegacyJS(_code, _widget, _context)
|
||||
{
|
||||
// Get the content array manager for the widget
|
||||
var mgr = _widget.getArrayMgr("content");
|
||||
if (mgr)
|
||||
if(mgr)
|
||||
{
|
||||
_code = mgr.expandName(_code);
|
||||
}
|
||||
// If replacement cleared the code, skip the rest
|
||||
if(!_code)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
// Context is the context in which the function will run. Set context to
|
||||
|
Reference in New Issue
Block a user