* 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
|
@ -228,7 +228,6 @@ $(function() {
|
|||
</p>
|
||||
<p>
|
||||
<button type="submit" name="save" value="1">save</button>
|
||||
<!--button type="submit" name="save" value="2">publish</button-->
|
||||
<button type="submit" name="cancel" value="1">cancel</button>
|
||||
<button type="button" id="restore" value="1">restore</button>
|
||||
</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue