mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-17 10:51:38 +01:00
et-select-dow_ro was only displaying the first day
This commit is contained in:
parent
6b6dc0f8e0
commit
65f2eba403
@ -458,6 +458,10 @@ export class Et2SelectDayOfWeekReadonly extends Et2StaticSelectMixin(Et2SelectRe
|
|||||||
|
|
||||||
getValueAsArray()
|
getValueAsArray()
|
||||||
{
|
{
|
||||||
|
if (Array.isArray(this.value))
|
||||||
|
{
|
||||||
|
return this.value;
|
||||||
|
}
|
||||||
let expanded_value = [];
|
let expanded_value = [];
|
||||||
let int_value = parseInt(this.value);
|
let int_value = parseInt(this.value);
|
||||||
let options = this.select_options;
|
let options = this.select_options;
|
||||||
|
Loading…
Reference in New Issue
Block a user