mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
Timesheet - Fix custom date filter not showing
This commit is contained in:
parent
c63b2daded
commit
bb4c7a8b71
@ -75,7 +75,7 @@ app.classes.timesheet = AppJS.extend(
|
||||
|
||||
if (filter && dates)
|
||||
{
|
||||
dates.set_disabled(filter.value !== "custom");
|
||||
dates.set_disabled(filter.get_value() !== "custom");
|
||||
if (filter.value == "custom")
|
||||
{
|
||||
jQuery(this.et2.getWidgetById('startdate').getDOMNode()).find('input').focus();
|
||||
|
Loading…
Reference in New Issue
Block a user