From d0cb1f3466d058228e564960b16dce45fbffb064 Mon Sep 17 00:00:00 2001
From: Elena.Budnik <ebudnik@irap.omp.eu>
Date: Fri, 18 Sep 2020 16:47:26 +0200
Subject: [PATCH] rm 8464

---
 js/app/models/AmdaNode.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/js/app/models/AmdaNode.js b/js/app/models/AmdaNode.js
index 4fba647..46d4311 100644
--- a/js/app/models/AmdaNode.js
+++ b/js/app/models/AmdaNode.js
@@ -127,10 +127,10 @@ Ext.define('amdaModel.AmdaNode', {
 			itemKind = amdaUI.ExplorerUI.ITEM_KIND_ROOT;
 		}
 		// if this node is a leaf and have no child
-		else if (this.isLeaf() || this.get('nodeType' ) ==  'derivedParam' ) {
+		else if (this.isLeaf() ) {
 			itemKind = amdaUI.ExplorerUI.ITEM_KIND_LEAF;
 		}
-		else if (this.get('isParameter') &&  this.get('nodeType' ) !=  'derivedParam' ) {
+		else if (this.get('isParameter')) {
 					itemKind = amdaUI.ExplorerUI.ITEM_KIND_PARA;
 			}
 		else if (this.get('rank')) {
--
libgit2 0.21.2