mdmsoft / yii2-admin

Auth manager for Yii2 (RBAC Manager)
GNU General Public License v3.0
1.16k stars 577 forks source link

Url in Menu is messed up #294

Closed mbraidy closed 8 years ago

mbraidy commented 8 years ago

Recently, I am getting the menu in the RBAC Manager yielding wrong URL; e.g. I am getting /admin#!/assignment#%2Fmenu instead of /admin#/menu. the string !/assignment# is inserted everywhere.

Even when I launch the application with /admin#/assignment, the URL is changed to /admin#!/assignment#%2Fassignment and the browser is directed to the assignment page.

I am using version 3.2

Is this a server setting issue or a yii2-admin one? Thank you

mdmunir commented 8 years ago

version 3.x is not maintened yet. please revert to 2.x

mbraidy commented 8 years ago

I reverted to 2.7 thank you