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

svn commit: r1774667 - /manifoldcf/trunk/framework/crawler-ui/src/main/webapp/listnotifications.jsp

Author: schuch
Date: Fri Dec 16 22:05:06 2016
New Revision: 1774667

URL: http://svn.apache.org/viewvc?rev=1774667&view=rev
Log:
Fix for CONNECTORS-1357

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

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=1774667&r1=1774666&r2=1774667&view=diff
==============================================================================
--- manifoldcf/trunk/framework/crawler-ui/src/main/webapp/listnotifications.jsp (original)
+++ manifoldcf/trunk/framework/crawler-ui/src/main/webapp/listnotifications.jsp Fri Dec 16 22:05:06 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">