mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-03-10 05:01:15 +01:00
from_expander fix
This commit is contained in:
parent
eb6829e8b7
commit
bec2727fcc
@ -4841,7 +4841,7 @@ app.classes.mail = AppJS.extend(
|
||||
&& typeof widgets[expanderBtn].widget != 'undefined'
|
||||
&& (!widgets[widget].widget.value || !widgets[widget].widget.value.length)
|
||||
&& actions.indexOf(expanderBtn)<0)
|
||||
|| expanderBtn ==='from_expander' && actions.includes('from_expander') >0 && !keepFromExpander
|
||||
|| expanderBtn ==='from_expander' && actions.includes('from_expander') && !keepFromExpander
|
||||
)
|
||||
{
|
||||
widgets[expanderBtn].widget?.set_disabled(false);
|
||||
|
Loading…
Reference in New Issue
Block a user