mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Et2DateDurationReadonly: Fix value change did not update, so displayed value was unchanged
This commit is contained in:
parent
32ce18b832
commit
9f20a89306
@ -47,7 +47,9 @@ export class Et2DateDurationReadonly extends Et2DateDuration
|
||||
|
||||
set value(_value)
|
||||
{
|
||||
const old_value = this.__value;
|
||||
this.__value = _value;
|
||||
this.requestUpdate("value", old_value);
|
||||
}
|
||||
|
||||
render()
|
||||
|
Loading…
Reference in New Issue
Block a user