mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 20:31:31 +02:00
et-select-dow_ro was only displaying the first day
This commit is contained in:
parent
a6e8fe8dcc
commit
ff050d3ef9
@ -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…
x
Reference in New Issue
Block a user