From 5c08e0f65cd4cd697d15faa1ec5a5111cd42cb36 Mon Sep 17 00:00:00 2001
From: juanf <juanf>
Date: Tue, 28 Apr 2015 11:34:07 +0000
Subject: [PATCH] Support Buffer - YeastLab - Change columns order

SVN: 33918
---
 .../SampleHierarchyTable/SampleHierarchyTableView.js      | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/SampleHierarchyTable/SampleHierarchyTableView.js b/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/SampleHierarchyTable/SampleHierarchyTableView.js
index 09712746a9c..336793ab14b 100644
--- a/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/SampleHierarchyTable/SampleHierarchyTableView.js
+++ b/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/SampleHierarchyTable/SampleHierarchyTableView.js
@@ -48,10 +48,6 @@ function SampleHierarchyTableView(controller, model) {
 			label : 'Level',
 			property : 'level',
 			sortable : true
-		} , {
-			label : 'Path',
-			property : 'path',
-			sortable : true
 		} , {
 			label : 'Sample Type',
 			property : 'sampleType',
@@ -67,6 +63,10 @@ function SampleHierarchyTableView(controller, model) {
 			label : 'Name',
 			property : 'name',
 			sortable : true
+		} , {
+			label : 'Path',
+			property : 'path',
+			sortable : true
 		} , {
 			label : 'Parent/Annotations',
 			property : 'parentAnnotations',
-- 
GitLab