tbonelee commented on PR #4947:
URL: https://github.com/apache/zeppelin/pull/4947#issuecomment-3042313217

   @ParkGyeongTae After checking with the dubugger, I found that the reason why 
the path of a newly created note after startup appears correctly is because the 
`Note` instance is not initialized using the path from the `.getURI()` method. 
Instead, the path from the web app(from the user) is used to initialize the 
`Note` instance, and this path remains unchanged when returned to the web app. 
So I believe we just need to fix the previously claimed bugs.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to