kyoty opened a new pull request #5663:
URL: https://github.com/apache/dolphinscheduler/pull/5663


   <!--Thanks very much for contributing to Apache DolphinScheduler. Please 
review 
https://dolphinscheduler.apache.org/en-us/community/development/pull-request.html
 before opening a pull request.-->
   
   
   ## Purpose of the pull request
   bug fix
   If there are more than 10 versions corresponding to the process definition 
and more than one page is displayed, an error will be reported when trying to 
jump to the second page
   ![version 
info](https://user-images.githubusercontent.com/52202080/122628471-bb66d200-d0e8-11eb-86f0-ffdef17d5aae.png)
   
   
   ## Brief change log
   Modify the pageSize parameter in the page
   
    the first page, 
requestUrl:`http://localhost:8888/dolphinscheduler/projects/sql/process/versions?pageNo=1&**pageSize=10**&processDefinitionCode=....`
    the first page, 
requestUrl:`http://localhost:8888/dolphinscheduler/projects/sql/process/versions?pageNo=2&processDefinitionCode=...`
   **Starting from the second page, due to the lack of pageSize parameter, the 
backend will fail to parse the parameters**
   
   ## Verify this pull request
   a small update on front-end.
   Munual test works well like below:
   
   ![after 
modified](https://user-images.githubusercontent.com/52202080/122628582-68d9e580-d0e9-11eb-9954-4c82341bb259.png)
   


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

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


Reply via email to