Change config commit
authorcavaliet
Thu, 01 Dec 2011 10:33:45 +0100
changeset 45 9ef0dc99e100
parent 44 5ac1aa4c0c17
child 46 ede682498ba8
child 52 f7500662a794
Change config commit
.hgsubstate
app/config/config.yml
--- a/.hgsubstate	Tue Nov 29 13:58:47 2011 +0100
+++ b/.hgsubstate	Thu Dec 01 10:33:45 2011 +0100
@@ -1,1 +1,1 @@
-54f204bceb28e10bb1f9776e5d6bbde138d6aa35 vendor/bundles/IRI/Bundle/WikiTagBundle
+e967654e90cbcd9b873f98b6d0bca2bcb1a55e5d vendor/bundles/IRI/Bundle/WikiTagBundle
--- a/app/config/config.yml	Tue Nov 29 13:58:47 2011 +0100
+++ b/app/config/config.yml	Thu Dec 01 10:33:45 2011 +0100
@@ -83,15 +83,15 @@
         all:      [ '.left_sheet', '#p_title .sheet_title', '#p_description' ]
         only_p:   [ '#p_title .sheet_title', '#p_description' ]
         document: [ 'document' ]
-    # document_list_profile is the list of the columns displayed in a document's tag list.
-    # The columns can be "order, id, move_up_down, label, wikipedia_link, wikipedia_permalink, dbpedia_link, category, remove_wikipedia_link, alias, remove_tag_from_list"
-    # Exemple of list : [ 'order', 'move_up_down', 'label', 'wikipedia_link', 'remove_tag_from_list' ]
-    # If document_list_profile in not defined, all columns will be displayed.
+    # document_list_profile is the list of the columns displayed in a document's tag list, AND the button to sort tags.
+    # The list can be "sort_tag, order, id, move_up_down, label, wikipedia_link, wikipedia_permalink, dbpedia_link, category, remove_wikipedia_link, alias, remove_tag_from_list"
+    # Exemple of list : ['sort_tag', 'order', 'move_up_down', 'label', 'wikipedia_link', 'remove_tag_from_list' ]
+    # If document_list_profile in not defined, all columns and the sort tag button will be displayed.
     document_list_profile:
-        all:         [ 'order', 'id', 'move_up_down', 'label', 'wikipedia_link', 'wikipedia_permalink', 'dbpedia_link', 'category', 'remove_wikipedia_link', 'alias', 'remove_tag_from_list' ]
-        editor :     [ 'order', 'id', 'move_up_down', 'label', 'wikipedia_link', 'wikipedia_permalink', 'dbpedia_link', 'category', 'remove_wikipedia_link', 'alias', 'remove_tag_from_list' ]
+        all:         [ 'sort_tag', 'order', 'id', 'move_up_down', 'label', 'wikipedia_link', 'wikipedia_permalink', 'dbpedia_link', 'category', 'remove_wikipedia_link', 'alias', 'remove_tag_from_list' ]
+        editor :     [ 'sort_tag', 'order', 'id', 'move_up_down', 'label', 'wikipedia_link', 'wikipedia_permalink', 'dbpedia_link', 'category', 'remove_wikipedia_link', 'alias', 'remove_tag_from_list' ]
         contributor: [ 'order', 'label', 'wikipedia_link', 'wikipedia_permalink', 'delete_wikipedia_link', 'remove_tag_from_list' ]
-        another:     [ 'order', 'move_up_down', 'id', 'label', 'wikipedia_link', 'remove_tag_from_list' ]
+        another:     [ 'sort_tag', 'order', 'move_up_down', 'id', 'label', 'wikipedia_link', 'remove_tag_from_list' ]
 
 
 services: