[sty]
This commit is contained in:
parent
0b3d47114f
commit
f48ea6b9cd
1 changed files with 11 additions and 9 deletions
|
@ -108,6 +108,7 @@ namespace _zeitbild.frontend_web.pages
|
|||
{
|
||||
"name": "calendar_id",
|
||||
"input": new lib_plankton.zoo_input.class_input_selection(
|
||||
(
|
||||
(await _zeitbild.frontend_web.backend.calendar_list())
|
||||
.filter(
|
||||
(entry) => (["edit","admin"].includes(entry.access_level))
|
||||
|
@ -118,6 +119,7 @@ namespace _zeitbild.frontend_web.pages
|
|||
"label": entry.name,
|
||||
})
|
||||
)
|
||||
)
|
||||
),
|
||||
"label": lib_plankton.translate.get("calendar.calendar")
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue