Heekang Koo created ZEPPELIN-5619: ------------------------------------- Summary: Import notebook file is not triggered when selecting same file Key: ZEPPELIN-5619 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5619 Project: Zeppelin Issue Type: Bug Affects Versions: 0.11.0 Reporter: Heekang Koo
I found some trivial bug in zeppelin-web. At Import New Note modal, importing json/ipynb file is not automatically triggered when the same file as before is selected. It could be reproduced by this scenario. 1. Import some local ipynb file via ‘Import New Note’ 2. Import another ipynb file with the same note name. This will make some error message because there exists a zeppelin notebook with the same name in the path 3. Again, import the same ipynb file used at step2. Importing notebook process is not automatically triggered. I will create a PR to get this fixed. -- This message was sent by Atlassian Jira (v8.20.1#820001)