dididy opened a new pull request, #5100:
URL: https://github.com/apache/zeppelin/pull/5100

   ### What is this PR for?
   Since this PR depends on the test utilities introduced in #5098, please 
review only commit 348a257f7f215b2631f9dabc43b37bbc1f381bde*  I’ll rebase once 
#5098 is merged.
   
   **Summary**  
   This PR improves the behavior when accessing a published paragraph via 
**"Link This Paragraph"** that has never been executed.
   
   **Background**  
   Currently, if a paragraph has not been run and therefore has no result, 
nothing is displayed when accessing its shared link.  
   This can be confusing to users.  
   While it would make sense to automatically execute the paragraph, running it 
immediately might cause **side effects** (e.g., updates to external databases). 
 
   To address this, the PR introduces a confirmation step before execution — an 
idea originally suggested by **CHANHO LEE (Committer)**.
   
   **Changes**  
   - Adds a **confirmation modal** when accessing a published paragraph that 
has no results.  
     - Asks the user whether to execute the paragraph.  
     - Only runs the paragraph upon user confirmation.  
   - Adds **comprehensive E2E tests** to verify the functionality.
   
   ### What type of PR is it?
   Bug Fix
   Improvement
   
   ### Todos
   
   ### What is the Jira issue?
   ZEPPELIN-6324
   
   ### How should this be tested?
   
   ### Screenshots (if appropriate)
   
   ### Questions:
   * Does the license files need to update? No
   * Is there breaking changes for older versions? No
   * Does this needs documentation? No
   


-- 
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