mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01: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()
|
||||
{
|
||||
if (Array.isArray(this.value))
|
||||
{
|
||||
return this.value;
|
||||
}
|
||||
let expanded_value = [];
|
||||
let int_value = parseInt(this.value);
|
||||
let options = this.select_options;
|
||||
|
Loading…
Reference in New Issue
Block a user