This commit is contained in:
Fenris Wolf 2024-10-01 06:43:29 +02:00
parent 0b3d47114f
commit f48ea6b9cd

View file

@ -108,6 +108,7 @@ namespace _zeitbild.frontend_web.pages
{ {
"name": "calendar_id", "name": "calendar_id",
"input": new lib_plankton.zoo_input.class_input_selection( "input": new lib_plankton.zoo_input.class_input_selection(
(
(await _zeitbild.frontend_web.backend.calendar_list()) (await _zeitbild.frontend_web.backend.calendar_list())
.filter( .filter(
(entry) => (["edit","admin"].includes(entry.access_level)) (entry) => (["edit","admin"].includes(entry.access_level))
@ -118,6 +119,7 @@ namespace _zeitbild.frontend_web.pages
"label": entry.name, "label": entry.name,
}) })
) )
)
), ),
"label": lib_plankton.translate.get("calendar.calendar") "label": lib_plankton.translate.get("calendar.calendar")
}, },