After update to OTRS 5 the item admin in the navbar menu stopped working.
If you look at the image above, You'll see that is an "ul" element inside the 'li' of the admin item.
If I remove the 'ul' the menu start to work again. But I don't know from where this item is coming. Maybe from the "Frontend::Admin::Module Registration" configuration.
Someone knows how to fix it?
Menu Admin doesn't work when clicked.
Moderator: crythias
-
- Znuny newbie
- Posts: 51
- Joined: 10 Aug 2015, 20:02
- Znuny Version: 5.0.0
Menu Admin doesn't work when clicked.
You do not have the required permissions to view the files attached to this post.
Re: Menu Admin doesn't work when clicked.
Have you tried these options?
Code: Select all
# su -c "/opt/otrs/bin/otrs.Console.pl Maint::Loader::CacheCleanup" -s /bin/bash otrs
# su -c "/opt/otrs/bin/otrs.Console.pl Maint::Loader::CacheGenerate" -s /bin/bash otrs
OTRS 6.0.x on CentOS 7 with a PostgreSQL database.
-
- Znuny newbie
- Posts: 51
- Joined: 10 Aug 2015, 20:02
- Znuny Version: 5.0.0
Re: Menu Admin doesn't work when clicked.
I tried and it does not worked
-
- Znuny newbie
- Posts: 8
- Joined: 04 Mar 2016, 12:20
- Znuny Version: 4.0.16-01
- Real Name: Alexis
- Company: EDT
Re: Menu Admin doesn't work when clicked.
hello,
I know it's an old post but actualy I'm having the same issue ...
Admin tab doesn't work when I click on it but it works when I made a right click and open in a new firefox tab..
Did you find a solution ?
Best regards,
Alexis.
I know it's an old post but actualy I'm having the same issue ...
Admin tab doesn't work when I click on it but it works when I made a right click and open in a new firefox tab..
Did you find a solution ?
Best regards,
Alexis.
-
- Znuny guru
- Posts: 2210
- Joined: 13 Mar 2014, 09:16
- Znuny Version: 6.0.14
- Real Name: Rolf Straub
Re: Menu Admin doesn't work when clicked.
Whoa guys, I had the same problem but I thought it's because of our many customizations.
The problem is, that the sysconfig thinks there are sub-menus, so on a click you are not redirected but an (empty) dropdown opens. My solution was to look through the ZZZ files to find where the sub for the admin came from.
Try to go to the SysConfig (you have to manually enter the URL "index.pl?Action=AdminSysConfig" ) and reset:
The problem is, that the sysconfig thinks there are sub-menus, so on a click you are not redirected but an (empty) dropdown opens. My solution was to look through the ZZZ files to find where the sub for the admin came from.
Try to go to the SysConfig (you have to manually enter the URL "index.pl?Action=AdminSysConfig" ) and reset:
Code: Select all
Framework -> Frontend::Admin::ModuleRegistration -> Frontend::Module###AdminCustomerCompany
Currently using: OTRS 6.0.14 -- MariaDB -- Ubuntu 16 LTS
-
- Znuny newbie
- Posts: 8
- Joined: 04 Mar 2016, 12:20
- Znuny Version: 4.0.16-01
- Real Name: Alexis
- Company: EDT
Re: Menu Admin doesn't work when clicked.
Damn .. It worked !!RStraub wrote:Whoa guys, I had the same problem but I thought it's because of our many customizations.
The problem is, that the sysconfig thinks there are sub-menus, so on a click you are not redirected but an (empty) dropdown opens. My solution was to look through the ZZZ files to find where the sub for the admin came from.
Try to go to the SysConfig (you have to manually enter the URL "index.pl?Action=AdminSysConfig" ) and reset:Code: Select all
Framework -> Frontend::Admin::ModuleRegistration -> Frontend::Module###AdminCustomerCompany

I have absolutly no idea why but thanks !
I was blocked on this issue since 3 weeks now .. Many many thanks

-
- Znuny guru
- Posts: 2210
- Joined: 13 Mar 2014, 09:16
- Znuny Version: 6.0.14
- Real Name: Rolf Straub
Re: Menu Admin doesn't work when clicked.
You are very welcome
Guess that's an actual bug then, but I don't feel like reproducing it.

Currently using: OTRS 6.0.14 -- MariaDB -- Ubuntu 16 LTS