BUG "Al exportar el plugin se agrega una nueva pestaña dentro del submenu llamada Relative"
SOLVED
This commit is contained in:
@@ -251,6 +251,10 @@ function activeDeactive(){
|
||||
method: 'GET',
|
||||
success: function ( result, request ) {
|
||||
//Ext.MessageBox.alert('Success', 'Data return from the server: '+ result.responseText);
|
||||
|
||||
parent.parent.location.href = 'main?s='+parent._NODE_SELECTED;
|
||||
return;
|
||||
|
||||
store.reload();
|
||||
|
||||
plugins = parent.Ext.getCmp('plugins');
|
||||
|
||||
Reference in New Issue
Block a user