* 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:
parent
ece3bedc6d
commit
da25a7bfdc
5 changed files with 19 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue