Disabling the "Browse Library" button (deprecated)
This commit is contained in:
@@ -263,16 +263,7 @@ Ext.onReady(function(){
|
||||
importProcessGlobal.processFileType = "pm";
|
||||
importProcess();
|
||||
}
|
||||
},
|
||||
!PARTNER_FLAG ?
|
||||
[{
|
||||
text: _('ID_BROWSE_LIBRARY'),
|
||||
iconCls: 'button_menu_ext ss_sprite ss_world',
|
||||
//icon: '/images/icon-pmwebservices.png',
|
||||
handler: browseLibrary
|
||||
}
|
||||
] : [],
|
||||
{
|
||||
},{
|
||||
xtype: 'tbfill'
|
||||
},{
|
||||
xtype: 'tbseparator'
|
||||
@@ -1095,10 +1086,6 @@ importProcess = function()
|
||||
w.show();
|
||||
}
|
||||
|
||||
browseLibrary = function(){
|
||||
window.location = 'processes_Library';
|
||||
}
|
||||
|
||||
function activeDeactive(){
|
||||
var rows = processesGrid.getSelectionModel().getSelections();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user