Github user prabhjyotsingh commented on the pull request:
https://github.com/apache/incubator-zeppelin/pull/580#issuecomment-167744285
I understand there are multiple ways to solve this problem, but the reason
this is happening is
zeppelin-web/src/components/noteName-create/notename.controller.js
@@ -37,6 +37,7 @@
angular.module('zeppelinWebApp').controller('NotenameCtrl', function($scope, $ro
$scope.$on('setNoteContent', function(event, note) {
//a hack, to make it run only after notebook creation
//it should not run i.e in case of linking to the paragraph
+ //TODO fix this
if (note && $location.path().indexOf(note.id) < 0) {
$location.path('notebook/' + note.id);
}
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---