Skip to content

Commit

Permalink
Add id attribute to field text to fix an issue with TinyMCE not loadi…
Browse files Browse the repository at this point in the history
…ng on Plone 4.2
  • Loading branch information
hvelarde committed Sep 2, 2014
1 parent 9afd929 commit 1797e6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Changelog
1.0a2 (unreleased)
------------------

- Lack of ``id`` attribute on field ``text`` was preventing TinyMCE editor from loading on Plone 4.2.
[hvelarde]

- Fire ``ObjectModifiedEvent`` event on micro-updates deletion to invalidate caching on views.
[hvelarde]

Expand Down
2 changes: 1 addition & 1 deletion src/collective/liveblog/browser/templates/update.pt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<tal:editor define="here nocall:context;
portal_url nocall:context/portal_url;
portal portal_url/getPortalObject;
id nothing;
id string:text;
inputname string:text;
inputvalue nothing;
here_url request/getURL;
Expand Down

0 comments on commit 1797e6c

Please sign in to comment.