[
https://issues.apache.org/jira/browse/COUCHDB-2415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14224782#comment-14224782
]
ASF subversion and git services commented on COUCHDB-2415:
----------------------------------------------------------
Commit f4fbeec1064de3f120d56d8c2c8eb099215ca306 in couchdb-fauxton's branch
refs/heads/master from [~benkeen]
[ https://git-wip-us.apache.org/repos/asf?p=couchdb-fauxton.git;h=f4fbeec ]
Fix URL paths for Views to be _view not _views
This changes the URL paths for Views within Fauxton for compatibility
with the API URLs.To test, just create/edit a View and confirm the URL
ends with /_view/theViewName not _views/theViewName
Closes COUCHDB-2415
> Change route from _views back to _view
> --------------------------------------
>
> Key: COUCHDB-2415
> URL: https://issues.apache.org/jira/browse/COUCHDB-2415
> Project: CouchDB
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: Fauxton
> Reporter: Robert Kowalski
> Assignee: Ben Keen
>
> At some point
> http://localhost:8000/#database/newdatabase/_design/sdfsdfsddfhfdhdfh/_view/newView
> was changed to
> http://localhost:8000/#database/newdatabase/_design/sdfsdfsddfhfdhdfh/_views/newView
> which has the drawback that you can not copy & paste the url and then just
> add the root url of the couch to see the view in json (the couch api url
> would be:
> http://localhost:8000/newdatabase/_design/sdfsdfsddfhfdhdfh/_view/newView
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)