Skip to content
Snippets Groups Projects
Commit 2e54c961 authored by juanf's avatar juanf
Browse files

Fix to store the table configuration correctly.

SVN: 33801
parent 70b34df4
No related branches found
No related tags found
No related merge requests found
......@@ -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"));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment