Revision: 19197
http://sourceforge.net/p/gate/code/19197
Author: ian_roberts
Date: 2016-04-04 17:51:40 +0000 (Mon, 04 Apr 2016)
Log Message:
-----------
CrowdFlower no longer seems to like only-if="!answer:required", but
only-if="!answer" works and has the same effect.
Modified Paths:
--------------
gate/trunk/plugins/Crowd_Sourcing/src/gate/crowdsource/rest/CrowdFlowerClient.java
Modified:
gate/trunk/plugins/Crowd_Sourcing/src/gate/crowdsource/rest/CrowdFlowerClient.java
===================================================================
---
gate/trunk/plugins/Crowd_Sourcing/src/gate/crowdsource/rest/CrowdFlowerClient.java
2016-04-04 17:29:08 UTC (rev 19196)
+++
gate/trunk/plugins/Crowd_Sourcing/src/gate/crowdsource/rest/CrowdFlowerClient.java
2016-04-04 17:51:40 UTC (rev 19197)
@@ -387,7 +387,7 @@
+ " <cml:checkbox name=\"noentities\" label=\"");
StringEscapeUtils.escapeXml(cml, noEntitiesCaption);
cml.append("\" value=\"1\"\n"
- + " only-if=\"!answer:required\" validates=\"required\"/>\n"
+ + " only-if=\"!answer\" validates=\"required\"/>\n"
+ "</div>\n");
if(commentCaption != null) {
cml.append("<cml:text name=\"comment\" label=\"");
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs