You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2016/12/16 22:41:19 UTC

svn commit: r1774676 - in /manifoldcf/branches/release-2.6-branch: ./ CHANGES.txt framework/crawler-ui/src/main/webapp/listnotifications.jsp

Author: kwright
Date: Fri Dec 16 22:41:19 2016
New Revision: 1774676

URL: http://svn.apache.org/viewvc?rev=1774676&view=rev
Log:
Pull up fix for CONNECTORS-1357 from trunk.

Modified:
    manifoldcf/branches/release-2.6-branch/   (props changed)
    manifoldcf/branches/release-2.6-branch/CHANGES.txt
    manifoldcf/branches/release-2.6-branch/framework/crawler-ui/src/main/webapp/listnotifications.jsp

Propchange: manifoldcf/branches/release-2.6-branch/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Fri Dec 16 22:41:19 2016
@@ -138,3 +138,4 @@
 /manifoldcf/branches/CONNECTORS-981:1605049-1605773
 /manifoldcf/branches/CONNECTORS-989:1611600-1612101
 /manifoldcf/branches/CONNECTORS-990:1610284-1610707
+/manifoldcf/trunk:1774667,1774670

Modified: manifoldcf/branches/release-2.6-branch/CHANGES.txt
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-2.6-branch/CHANGES.txt?rev=1774676&r1=1774675&r2=1774676&view=diff
==============================================================================
--- manifoldcf/branches/release-2.6-branch/CHANGES.txt (original)
+++ manifoldcf/branches/release-2.6-branch/CHANGES.txt Fri Dec 16 22:41:19 2016
@@ -1,8 +1,12 @@
 ManifoldCF Change Log
 $Id$
 
+
 ======================= Release 2.6 =====================
 
+CONNECTORS-1357: Delete button doesn't work on listnotifications
+(Markus Schuch)
+
 CONNECTORS-1336: Update the Compatibility Matrix
 (Piergiorgio Lucidi)
 

Modified: manifoldcf/branches/release-2.6-branch/framework/crawler-ui/src/main/webapp/listnotifications.jsp
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-2.6-branch/framework/crawler-ui/src/main/webapp/listnotifications.jsp?rev=1774676&r1=1774675&r2=1774676&view=diff
==============================================================================
--- manifoldcf/branches/release-2.6-branch/framework/crawler-ui/src/main/webapp/listnotifications.jsp (original)
+++ manifoldcf/branches/release-2.6-branch/framework/crawler-ui/src/main/webapp/listnotifications.jsp Fri Dec 16 22:41:19 2016
@@ -79,7 +79,7 @@ function Delete(connectionName)
         <p class="windowtitle"><%=Messages.getBodyString(pageContext.getRequest().getLocale(),"listnotifications.ListOfNotificationConnections")%></p>
         <form class="standardform" name="listconnections" action="execute.jsp" method="POST">
           <input type="hidden" name="op" value="Continue"/>
-          <input type="hidden" name="type" value="transformation"/>
+          <input type="hidden" name="type" value="notification"/>
           <input type="hidden" name="connname" value=""/>
 
           <table class="datatable">