gordan-zhang opened a new pull request, #4514: URL: https://github.com/apache/streampark/pull/4514
## What changes were proposed in this pull request Issue Number: close #4513 Align the session storage key written by the Spark application edit action with the key read by the Spark application list. This restores the previous page after returning from editing an application. ## Brief change log - Store the Spark application page number under `appPageNo`, matching the list restoration logic and the equivalent Flink application flow. ## Verifying this change - Ran ESLint on `src/views/spark/app/hooks/useSparkTableAction.ts` with zero warnings. - Ran `git diff --check` successfully. - Verified the edit action now writes the same key that the list reads and removes on mount. ## Does this pull request potentially affect one of the following parts - Dependencies (does it add or upgrade a dependency): 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]
