Skip to content

[ENH] Tiki Menu: Adapt admin navbar to support smartmenus

Loïc Yabili requested to merge lyabs243/tiki:tiki-smaetmenus-adapt into master

Description

When the jquery smartmenus plugin is active, the navigation menu in the admin panel does not take this into account, it works as a basic bootstrap menu instead of working as a smartmenus menu.

Steps to test

  1. Enable jquery_smartmenus_enable
  2. Go to tiki-admin.php

Expected result

Dropdown open on hover item in admin navbar when jquery_smartmenus_enable is enable and it open on click whhen is not enable.

Merge request reports