popojargo opened a new issue #1007: Replicate database button not supported
URL: https://github.com/apache/couchdb-fauxton/issues/1007
 
 
   <!--- Provide a general summary of the issue in the Title above -->
   
   ## Expected Behavior
   
   
   1. Log in Fauxton
   2. Click on a database ("_global_changes") for example
   3. On the top left side bar button, toggle dropdown menu and click on 
"replicate database".
   4. It should open the replication view with the selected database as source?
   
   ## Current Behavior
   
   1. Log in Fauxton
   2. Click on a database ("_global_changes") for example
   3. On the top left side bar button, toggle dropdown menu and click on 
"replicate database".
   4. It will redirect from to 
http://localhost:8000/#/replication/_global_changes
   
   ## Possible Solution
   
   From what I have seen in the code, the following route is supported : 
`#/replication/_create/:dbname`.
   I could simply update the code in order to use the correct link ? 
   
   **Note**: If someone agree with this possible solution, I could easily 
create a PR to fix this.
   
   
   ## Steps to Reproduce (for bugs)
   
   See current behavior.
   
   
   ## Context
   
   I was just comparing fauxton in chrome vs IE11.
   
   
   ## Your Environment
   * Version used:  v. 2.0.0-1111e60
   * Browser Name and version: Google chrome (62)
   * Operating System and version (desktop or mobile): Ubuntu 16.04
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to