couchdb-fauxton icon indicating copy to clipboard operation
couchdb-fauxton copied to clipboard

when accessing a db using the url bar, the side panel with db infos does not update

Open elChapoSing opened this issue 5 years ago • 0 comments

Expected Behavior

the side panel should update

Current Behavior

the side panel does not update

Steps to Reproduce (for bugs)

This will be specific to my setup but easily reproducible. I have monthly dbs to store my time series so the design documents are replicated accross dbs.

  1. I navigate to one db using fauxton interface and I arrive at this URL : http://localhost:5984/_utils/#/database/pnl_ts_2019-10/_design/ts_backtest/_view/ts_pnl_opt
  2. I then want to go to the August db so I just modify the url in the adress bar to point to http://localhost:5984/_utils/#/database/pnl_ts_2019-08/_design/ts_backtest/_view/ts_pnl_opt
  3. The name of the db in the side bar does not update to the new name.

Your Environment

Mozilla Firefox on Windows 7

elChapoSing avatar Nov 21 '19 00:11 elChapoSing