You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by "Julien Massiera (JIRA)" <ji...@apache.org> on 2017/12/14 15:27:00 UTC

[jira] [Created] (CONNECTORS-1474) Reset Seeding button not working

Julien Massiera created CONNECTORS-1474:
-------------------------------------------

             Summary: Reset Seeding button not working
                 Key: CONNECTORS-1474
                 URL: https://issues.apache.org/jira/browse/CONNECTORS-1474
             Project: ManifoldCF
          Issue Type: Bug
            Reporter: Julien Massiera
            Priority: Minor


I noticed a problem with the 'Reset Seeding' button from the viewjob.jsp. When I click on it, I get the following error : Couldn't connect to the server. Please check if the server is up and running.

I did a little search on the problem and it appears that it is due to the 'link' CSS class specified on the button. Indeed the mcf.js script overrides the 'onclick' method of the elements that implement this CSS class and so, the call to the 'StartOver' javascript method is not performed.
Removing the class like it is the case for the 'Delete' button resolves the problem.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)