# HG changeset patch # User ymh # Date 1319743147 -7200 # Node ID c061708be5e47249e3744c48e23c11e4aa25910e # Parent c85b9d1ddf191e9aa56e356cc0204d9e0fcd7362 finish dynamic save of documents diff -r c85b9d1ddf19 -r c061708be5e4 .hgignore --- a/.hgignore Thu Oct 27 05:47:14 2011 +0200 +++ b/.hgignore Thu Oct 27 21:19:07 2011 +0200 @@ -6,4 +6,6 @@ syntax: regexp ^web/bundles$ syntax: regexp -^src/IRI$ \ No newline at end of file +^src/IRI$ +syntax: regexp +^app/config/parameters\.ini$ \ No newline at end of file diff -r c85b9d1ddf19 -r c061708be5e4 app/config/config.yml --- a/app/config/config.yml Thu Oct 27 05:47:14 2011 +0200 +++ b/app/config/config.yml Thu Oct 27 21:19:07 2011 +0200 @@ -65,7 +65,7 @@ wiki_tag: document_class: Company\BaseBundle\Entity\Document - document_id_column: title + document_id_column: id fields: title: type: string @@ -73,5 +73,5 @@ accessor: getTitle description: type: text - shortTitle: ~ + #shortTitle: ~