mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Make repeat days available for Month-by day repeat type in calendar edit
This commit is contained in:
parent
f29066bc86
commit
2c43d7d24b
@ -986,7 +986,7 @@ app.classes.calendar = (function(){ "use strict"; return AppJS.extend(
|
|||||||
|
|
||||||
if(recurType && recurData)
|
if(recurType && recurData)
|
||||||
{
|
{
|
||||||
recurData.set_disabled(recurType.get_value() != 2);
|
recurData.set_disabled(recurType.get_value() != 2 && recurType.get_value() != 4);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user