MasterVitronic / fusionpbx

Automatically exported from code.google.com/p/fusionpbx
0 stars 0 forks source link

Multiple Menus while "restore defaults" #430

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Restore Menu Defaults

What is the expected output? What do you see instead?
Restore activ Menu. Now we got for every "restore" a separated menu. Like in 
Login Windows we now have 4times "Login Login Login Login"...

What version of the product are you using? On what operating system?
Ubuntu 12.04 LTS, Fusionpbx Rev. 3999, MySQL

Please provide any additional information below.
In the database, there is only one menu (seems to be correctly in the database, 
maybe a error in the source?).

Original issue reported on code.google.com by r...@raya-tech.ch on 30 May 2013 at 10:16

GoogleCodeExporter commented 9 years ago
Caused by a SQL statement that SQLite and PostgreSQL both understand and MySQL 
does not.

Here is a work around until I get a chanced to work on the bug.

Advanced -> SQL Query
delete from v_menus;
delete from v_menu_item_groups;
delete from v_menu_items;
delete from v_menu_languages;

Then run Advanced -> Upgrade Schema

Original comment by markjcrane@gmail.com on 31 May 2013 at 2:35

GoogleCodeExporter commented 9 years ago
MySQL bug fixed in revision 4102

Original comment by markjcrane@gmail.com on 8 Jun 2013 at 3:21