Author: kwright
Date: Tue Feb 17 05:45:37 2015
New Revision: 1660279
URL: http://svn.apache.org/r1660279
Log:
Pull up fix for CONNECTORS_1166 from trunk
Modified:
manifoldcf/branches/release-2.0-branch/ (props changed)
manifoldcf/branches/release-2.0-branch/CHANGES.txt
manifoldcf/branches/release-2.0-branch/framework/crawler-ui/src/main/webapp/listtransformations.jsp
Propchange: manifoldcf/branches/release-2.0-branch/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Tue Feb 17 05:45:37 2015
@@ -119,4 +119,4 @@
/manifoldcf/branches/CONNECTORS-981:1605049-1605773
/manifoldcf/branches/CONNECTORS-989:1611600-1612101
/manifoldcf/branches/CONNECTORS-990:1610284-1610707
-/manifoldcf/trunk:1644252,1644399,1644538,1644920,1644931,1646317,1646397,1646403,1646640,1646947,1647574,1647577,1647608,1650351,1651921,1654651-1654652,1655205,1655377-1655378,1655411,1657346,1657443,1658004,1658036,1658188
+/manifoldcf/trunk:1644252,1644399,1644538,1644920,1644931,1646317,1646397,1646403,1646640,1646947,1647574,1647577,1647608,1650351,1651921,1654651-1654652,1655205,1655377-1655378,1655411,1657346,1657443,1658004,1658036,1658188,1660276
Modified: manifoldcf/branches/release-2.0-branch/CHANGES.txt
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/release-2.0-branch/CHANGES.txt?rev=1660279&r1=1660278&r2=1660279&view=diff
==============================================================================
--- manifoldcf/branches/release-2.0-branch/CHANGES.txt (original)
+++ manifoldcf/branches/release-2.0-branch/CHANGES.txt Tue Feb 17 05:45:37 2015
@@ -4,6 +4,10 @@ $Id$
======================= Release 2.0.2 =====================
+CONNECTORS-1166: Delete link doesn't work on listtransformations
+UI page.
+(Shinichiro Abe, Karl Wright)
+
CONNECTORS-1157: FileNet connector URI is incorrect for document
subtypes.
(Guy Sperry)
Modified:
manifoldcf/branches/release-2.0-branch/framework/crawler-ui/src/main/webapp/listtransformations.jsp
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/release-2.0-branch/framework/crawler-ui/src/main/webapp/listtransformations.jsp?rev=1660279&r1=1660278&r2=1660279&view=diff
==============================================================================
---
manifoldcf/branches/release-2.0-branch/framework/crawler-ui/src/main/webapp/listtransformations.jsp
(original)
+++
manifoldcf/branches/release-2.0-branch/framework/crawler-ui/src/main/webapp/listtransformations.jsp
Tue Feb 17 05:45:37 2015
@@ -61,7 +61,7 @@
<p
class="windowtitle"><%=Messages.getBodyString(pageContext.getRequest().getLocale(),"listtransformations.ListOfTransformationConnections")%></p>
<form class="standardform" name="listconnections" action="execute.jsp"
method="POST">
<input type="hidden" name="op" value="Continue"/>
- <input type="hidden" name="type" value="transformattion"/>
+ <input type="hidden" name="type" value="transformation"/>
<input type="hidden" name="connname" value=""/>
<%