# HG changeset patch # User cavaliet # Date 1322492314 -3600 # Node ID 9124c70d4fd28a424e8a07d3ce867e349aa710b7 # Parent 8836f21d6ac08488579eabd8d70620c471f9871f Finalise to implement the document profile with the list of columns. diff -r 8836f21d6ac0 -r 9124c70d4fd2 .hgsubstate --- 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 diff -r 8836f21d6ac0 -r 9124c70d4fd2 app/config/config.yml --- 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: