Finalise to implement the document profile with the list of columns.
authorcavaliet
Mon, 28 Nov 2011 15:58:34 +0100
changeset 43 9124c70d4fd2
parent 42 8836f21d6ac0
child 44 5ac1aa4c0c17
Finalise to implement the document profile with the list of columns.
.hgsubstate
app/config/config.yml
--- a/.hgsubstate	Mon Nov 28 12:19:56 2011 +0100
+++ b/.hgsubstate	Mon Nov 28 15:58:34 2011 +0100
@@ -1,1 +1,1 @@
-34718ebfb3c0b4875239f6e27d997eb132134719 vendor/bundles/IRI/Bundle/WikiTagBundle
+e854d8cb376c06f323d593dcf2889be076af10e7 vendor/bundles/IRI/Bundle/WikiTagBundle
--- a/app/config/config.yml	Mon Nov 28 12:19:56 2011 +0100
+++ b/app/config/config.yml	Mon Nov 28 15:58:34 2011 +0100
@@ -86,12 +86,12 @@
     # 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 and the button will be displayed.
+    # If document_list_profile in not defined, all columns 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' ]
         contributor: [ 'order', 'label', 'wikipedia_link', 'wikipedia_permalink', 'delete_wikipedia_link', 'remove_tag_from_list' ]
-        another:     [ 'order', 'label', 'wikipedia_link', 'remove_tag_from_list' ]
+        another:     [ 'order', 'move_up_down', 'id', 'label', 'wikipedia_link', 'remove_tag_from_list' ]
 
 
 services: