Problem/Motivation

Problem is a wrong option id used in two places:

diff --git a/themes/bs_bootstrap/bs_bootstrap.theme b/themes/bs_bootstrap/bs_bootstrap.theme
index 099624a..2bcc6fe 100644
--- a/themes/bs_bootstrap/bs_bootstrap.theme
+++ b/themes/bs_bootstrap/bs_bootstrap.theme
@@ -685,7 +685,7 @@ function bs_bootstrap_get_setting($setting_name) {
       'navbar_container_type' => 'fluid',
     ],
     'navbar_type' => 'second-level-dropdown',
-    'Navbar opened submenu behavior' => 'visit',
+    'navbar_opened_submenu_behavior' => 'visit',
     'language_block' => [
       'type' => 'links',
       'title' => 'label',
diff --git a/themes/bs_bootstrap/config/install/bs_bootstrap.settings.yml b/themes/bs_bootstrap/config/install/bs_bootstrap.settings.yml
index 7f3db7b..50a70b2 100644
--- a/themes/bs_bootstrap/config/install/bs_bootstrap.settings.yml
+++ b/themes/bs_bootstrap/config/install/bs_bootstrap.settings.yml
@@ -30,5 +30,5 @@ bs_bootstrap:
   navbar_offcanvas:
     type: push
     position: right
-  Navbar opened submenu behavior: visit
+  navbar_opened_submenu_behavior: visit
   navbar_type: second-level-horizontal

Seems I've messed with some search and replace refactoring and used label instead of id :(

Comments

pivica created an issue. See original summary.

pivica’s picture

Status: Active » Needs review
StatusFileSize
new1.05 KB

Here is a patch.

  • pivica committed f674cec on 8.x-1.x
    Issue #3284407 by pivica: Navbar open dropdown click behavior does not...
pivica’s picture

Status: Needs review » Fixed

Committed.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.