finish dynamic save of documents
authorymh <ymh.work@gmail.com>
Thu, 27 Oct 2011 21:19:07 +0200
changeset 19 c061708be5e4
parent 18 c85b9d1ddf19
child 20 1e0db016717d
finish dynamic save of documents
.hgignore
app/config/config.yml
--- 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
--- 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: ~