This commit is contained in:
Paula Quispe
2019-02-18 15:34:55 -04:00
parent 04d4cefa24
commit 8314a152c7
3 changed files with 198 additions and 150 deletions

View File

@@ -562,7 +562,8 @@ Ext.onReady(function(){
return key === false ? result : null;
}
if (this.showCustomForm && this.showCustomForm === true && getParameterURL('action') === 'unassigned') {
var urlAction = getParameterURL('action');
if (this.showCustomForm && this.showCustomForm === true && (urlAction === 'unassigned' || this.canClaimCase === true)) {
navPanel.items[navPanel.items.length] = navPanelBottom;
}