[Testbot] Plone 5.0 - Python 2.7 - Build # 1528 - Still failing! - 6 failure(s)

jenkins at plone.org jenkins at plone.org
Thu Feb 13 13:13:52 UTC 2014


-------------------------------------------------------------------------------
Plone 5.0 - Python 2.7 - Build # 1528 - Still Failing!
-------------------------------------------------------------------------------

http://jenkins.plone.org/job/plone-5.0-python-2.7/1528/


-------------------------------------------------------------------------------
CHANGES
-------------------------------------------------------------------------------

Repository: plone.app.widgets
Branch: refs/heads/master
Date: 2014-02-13T05:06:05-08:00
Author: Roel Bruggink (jaroel) <roel at jaroel.nl>
Commit: https://github.com/plone/plone.app.widgets/commit/46716046ace690b6f5feb95a87595aafa579e39b

'pattern_options' should be there

Files changed:
M plone/app/widgets/utils.py

diff --git a/plone/app/widgets/utils.py b/plone/app/widgets/utils.py
index 9022776..f630c72 100644
--- a/plone/app/widgets/utils.py
+++ b/plone/app/widgets/utils.py
@@ -145,7 +145,7 @@ def get_querystring_options(context, querystring_view):
 
 
 def get_tinymce_options(context, field, request):
-    args = {}
+    args = {'pattern_options': {}}
     utility = getToolByName(aq_inner(context), 'portal_tinymce', None)
     if not utility:
         return args




-------------------------------------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CHANGES.log
Type: application/octet-stream
Size: 779 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20140213/4ed6b466/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build.log
Type: application/octet-stream
Size: 393678 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20140213/4ed6b466/attachment-0003.obj>


More information about the Testbot mailing list