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