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

jenkins at plone.org jenkins at plone.org
Tue Feb 25 15:00:16 UTC 2014


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

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


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

Repository: plone.formwidget.querystring
Branch: refs/heads/master
Date: 2014-02-25T05:49:09-08:00
Author: Dylan Jay (djay) <github at dylanjay.com>
Commit: https://github.com/plone/plone.formwidget.querystring/commit/32e6a8c3fe5b7f2b03063012796b7c20566d709d

fix bug with add index label not have matching id="addindex"

Files changed:
M plone/formwidget/querystring/input.pt

diff --git a/plone/formwidget/querystring/input.pt b/plone/formwidget/querystring/input.pt
index 112b13a..7cc6668 100644
--- a/plone/formwidget/querystring/input.pt
+++ b/plone/formwidget/querystring/input.pt
@@ -163,7 +163,7 @@
         <div class="criteria">
             <label for="addindex" class="hiddenStructure">Add criterion</label>
 
-            <select class="addIndex" name="addindex" tal:condition="python: not(addindexselected) or addoperatorselected">
+            <select class="addIndex" name="addindex" id="addindex" tal:condition="python: not(addindexselected) or addoperatorselected">
                 <option value="" selected="selected" i18n:translate="">Select…</option>
                 <tal:index repeat="groupName python:config['groupedIndexes'].keys()">
                     <optgroup tal:attributes="label python:groupName">




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


More information about the Testbot mailing list