[
https://issues.apache.org/jira/browse/COUCHDB-2490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14234401#comment-14234401
]
ASF GitHub Bot commented on COUCHDB-2490:
-----------------------------------------
GitHub user benkeen opened a pull request:
https://github.com/apache/couchdb-fauxton/pull/185
Recognize manual URL changes on doc editor page
This ticket lets users manually change the URL on the doc editor page
and have the page automatically load the new doc.
Closes COUCHDB-2490
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/benkeen/couchdb-fauxton
2490-manual-url-change-on-doc-editor-page
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-fauxton/pull/185.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #185
----
commit 00ff326a39f2b38baa73605fc0cab0acc44bc813
Author: Benjamin Keen <[email protected]>
Date: 2014-12-04T17:47:59Z
Recognize manual URL changes on doc editor page
This ticket lets users manually change the URL on the doc editor page
and have the page automatically load the new doc.
Closes COUCHDB-2490
----
> Manually updating docID on doc editor page won't update page
> ------------------------------------------------------------
>
> Key: COUCHDB-2490
> URL: https://issues.apache.org/jira/browse/COUCHDB-2490
> Project: CouchDB
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: Fauxton
> Reporter: Ben Keen
> Assignee: Ben Keen
>
> As described.
> The initialize() method does the work of fetching the document info, which
> doesn't re-fire when the route changes within the same route object. Needs to
> be refactored a bit.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)