From dddc08f5af114d7f79277cc8d15246d3dd067303 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Angutivik=20Casper=20R=C3=BAnur=20Tausen?= Date: Thu, 29 Jun 2023 09:34:22 +0200 Subject: [PATCH 1/2] Add attributes to menu links --- os2forms_forloeb_profile.links.menu.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/os2forms_forloeb_profile.links.menu.yml b/os2forms_forloeb_profile.links.menu.yml index 5555688..247e5b0 100644 --- a/os2forms_forloeb_profile.links.menu.yml +++ b/os2forms_forloeb_profile.links.menu.yml @@ -5,6 +5,8 @@ system.admin.os2forms_forloeb.task_console: parent: system.admin route_name: maestro_taskconsole.taskconsole weight: 10 + attributes: + class: 'toolbar-icon-content-tasks' system.admin.os2forms_forloeb.task_console.outstanding_tasks: title: 'Mine selvbetjeningsforløb' menu_name: admin @@ -32,6 +34,8 @@ system.admin.os2forms_forloeb.content: parent: system.admin route_name: system.admin_content weight: 11 + attributes: + class: 'toolbar-icon-content-self-service' system.admin.os2forms_forloeb.content.new_webform: title: 'Tilføj formular' menu_name: admin @@ -59,6 +63,8 @@ system.admin.os2forms_forloeb.webforms: parent: system.admin route_name: entity.webform.collection weight: 12 + attributes: + class: 'toolbar-icon-content-form' system.admin.os2forms_forloeb.webforms.templates: title: 'Skabeloner' menu_name: admin @@ -79,6 +85,8 @@ system.admin.os2forms_forloeb.flows: parent: system.admin route_name: entity.maestro_template.list weight: 13 + attributes: + class: 'toolbar-icon-content-flows' system.admin.os2forms_forloeb.flows.add_flow: title: 'Tilføj flow' menu_name: admin @@ -110,6 +118,8 @@ system.admin.os2forms_forloeb.config_import_export: parent: system.admin route_name: config.import_single weight: 14 + attributes: + class: 'toolbar-icon-content-import-export' # Oversættelser system.admin.os2forms_forloeb.translation: @@ -118,3 +128,5 @@ system.admin.os2forms_forloeb.translation: parent: system.admin route_name: locale.translate_page weight: 15 + attributes: + class: 'toolbar-icon-content-translations' From 1e394250f8e2288aebad3e8af96a286f163e342f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Angutivik=20Casper=20R=C3=BAnur=20Tausen?= Date: Thu, 29 Jun 2023 09:38:42 +0200 Subject: [PATCH 2/2] Added changes to changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b945c07..db28cfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,9 @@ before starting to add changes. - modules/os2forms_permissions_by_term moved to os2forms/os2forms repo - modules/os2forms_webform_list moved to os2forms/os2forms repo +## [1.11.1] - 29.06.2023 +- Fixed missing icons on administration menu + ## [1.11.0] - 10.03.2023 - Added github action for checking changelog changes when creating pull requests - Updated readme