* Re-enabled setting of tags in Story and Image prototype

* Added custom Layout.href() method to prevent the URL from being corrupted with the layout ID (which strangely happens from time to time)
 * Uncommented $tags collection in Root.properties to prevent conflict with collection in Site having the same name
 * Fixed output of tags list in Story.getFormValue() method
This commit is contained in:
Tobi Schäfer 2008-01-09 21:34:21 +00:00
parent ece3bedc6d
commit da25a7bfdc
5 changed files with 19 additions and 6 deletions

View file

@ -54,5 +54,7 @@ admins = collection(User)
admins.accessname = name
admins.filter = status = 'privileged'
$tags = collection(Tag)
$tags.accessname = name
## FIXME: This collection has to move (or to be renamed).
## Otherwise it conflicts with the collection in Site with the same name.
#$tags = collection(Tag)
#$tags.accessname = name