gordan-zhang opened a new issue, #4513:
URL: https://github.com/apache/streampark/issues/4513

   ### Search before asking
   
   - [x] I searched existing issues and pull requests and found no similar 
report.
   
   ### Java Version
   
   N/A (Web UI issue)
   
   ### Scala Version
   
   2.12.x
   
   ### StreamPark Version
   
   3.0.0-SNAPSHOT (`dev` branch)
   
   ### Flink Version
   
   N/A
   
   ### Deploy mode
   
   N/A
   
   ### What happened
   
   On the Spark Application list, editing an application from page 2 or later 
and returning to the list resets the table to page 1.
   
   The edit action stores the current page in session storage under 
`sparkAppPageNo`, while the Spark application list restores it from 
`appPageNo`. Because the keys do not match, the saved page is never restored.
   
   Steps to reproduce:
   1. Open the Spark Application list with enough applications for multiple 
pages.
   2. Navigate to page 2 or later.
   3. Click Edit on an application.
   4. Return to the Spark Application list after editing.
   
   Expected: the list returns to the previously selected page.
   Actual: the list returns to page 1.
   
   The equivalent Flink application flow consistently uses `appPageNo`.
   
   ### Error Exception
   
   No exception is raised.
   
   ### Are you willing to submit PR?
   
   - [x] Yes, I am willing to submit a PR.
   
   ### Code of Conduct
   
   - [x] I agree to follow this project's Code of Conduct.


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