From 2e54c961d6fb3475a9824e74878b7aba7221e179 Mon Sep 17 00:00:00 2001
From: juanf <juanf>
Date: Tue, 7 Apr 2015 14:51:58 +0000
Subject: [PATCH] Fix to store the table configuration correctly.

SVN: 33801
---
 .../html/js/views/VocabularyManager/VocabularyManagerView.js    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/views/VocabularyManager/VocabularyManagerView.js b/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/views/VocabularyManager/VocabularyManagerView.js
index b3cbd46deaf..372570078a5 100644
--- a/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/views/VocabularyManager/VocabularyManagerView.js
+++ b/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/views/VocabularyManager/VocabularyManagerView.js
@@ -68,7 +68,7 @@ function VocabularyManagerView(vocabularyManagerController, vocabularyManagerMod
 			_this._showVocabulary(e.data.object)
 		}
 		
-		var dataGrid = new DataGridController(null, columns, getDataList, rowClick);
+		var dataGrid = new DataGridController(null, columns, getDataList, rowClick, true, "VOCABULARY_MANAGER");
 		dataGrid.init(this._dataGridContainer);
 		
 		this._dataGridContainer.prepend($("<legend>").append(" Vocabularies"));
-- 
GitLab