Author: kwright
Date: Fri Jun  5 14:38:25 2015
New Revision: 1683768

URL: http://svn.apache.org/r1683768
Log:
Fix for CONNECTORS-1210

Modified:
    manifoldcf/trunk/CHANGES.txt
    manifoldcf/trunk/framework/crawler-ui/src/main/webapp/listnotifications.jsp

Modified: manifoldcf/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/manifoldcf/trunk/CHANGES.txt?rev=1683768&r1=1683767&r2=1683768&view=diff
==============================================================================
--- manifoldcf/trunk/CHANGES.txt (original)
+++ manifoldcf/trunk/CHANGES.txt Fri Jun  5 14:38:25 2015
@@ -3,6 +3,9 @@ $Id$
 
 ======================= 2.2-dev =====================
 
+CONNECTORS-1210: List notifications page links broken.
+(KOIZUMI Satoru, Karl Wright)
+
 CONNECTORS-1208: Provide more full-featured notification ability.
 (Karl Wright)
 

Modified: 
manifoldcf/trunk/framework/crawler-ui/src/main/webapp/listnotifications.jsp
URL: 
http://svn.apache.org/viewvc/manifoldcf/trunk/framework/crawler-ui/src/main/webapp/listnotifications.jsp?rev=1683768&r1=1683767&r2=1683768&view=diff
==============================================================================
--- manifoldcf/trunk/framework/crawler-ui/src/main/webapp/listnotifications.jsp 
(original)
+++ manifoldcf/trunk/framework/crawler-ui/src/main/webapp/listnotifications.jsp 
Fri Jun  5 14:38:25 2015
@@ -61,7 +61,7 @@
        <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="transformattion"/>
+               <input type="hidden" name="type" value="transformation"/>
                <input type="hidden" name="connname" value=""/>
 
 <%


Reply via email to