You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2020/01/08 06:19:10 UTC

[GitHub] [incubator-dolphinscheduler] xingchun-chen opened a new issue #1768: [dev_1.2.1]There are multiple pages of data. After deleting all the data on one page, the data is displayed as empty

xingchun-chen opened a new issue #1768: [dev_1.2.1]There are multiple pages of data. After deleting all the data on one page, the data is displayed as empty
URL: https://github.com/apache/incubator-dolphinscheduler/issues/1768
 
 
   **Describe the bug**
   ![image](https://user-images.githubusercontent.com/55787491/71954811-6fd8a500-3221-11ea-8f35-0563fdc62f15.png)
   User management has 2 pages of data. As shown in the figure above, after deleting the second page of data, the page shows no data. As shown in the figure below, the remaining 10 pieces of data should be displayed.
   
   ![image](https://user-images.githubusercontent.com/55787491/71954833-8252de80-3221-11ea-9830-ffe0d9640468.png)
   
   All pages with pagination controls have this problem
   
   
   **Which version of Dolphin Scheduler:**
    -[[dev_1.2.1]]
   
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-dolphinscheduler] xingchun-chen commented on issue #1768: [dev_1.2.1] There are multiple pages of data. After deleting all the data on one page, the data is displayed as empty

Posted by GitBox <gi...@apache.org>.
xingchun-chen commented on issue #1768: [dev_1.2.1] There are multiple pages of data. After deleting all the data on one page, the data is displayed as empty
URL: https://github.com/apache/incubator-dolphinscheduler/issues/1768#issuecomment-573966850
 
 
   Frontend modified
    
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-dolphinscheduler] break60 commented on issue #1768: [dev_1.2.1] There are multiple pages of data. After deleting all the data on one page, the data is displayed as empty

Posted by GitBox <gi...@apache.org>.
break60 commented on issue #1768: [dev_1.2.1] There are multiple pages of data. After deleting all the data on one page, the data is displayed as empty
URL: https://github.com/apache/incubator-dolphinscheduler/issues/1768#issuecomment-572546174
 
 
   The front end has been fixed accordingly, please back end to deal with this problem

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-dolphinscheduler] break60 commented on issue #1768: [dev_1.2.1] There are multiple pages of data. After deleting all the data on one page, the data is displayed as empty

Posted by GitBox <gi...@apache.org>.
break60 commented on issue #1768: [dev_1.2.1] There are multiple pages of data. After deleting all the data on one page, the data is displayed as empty
URL: https://github.com/apache/incubator-dolphinscheduler/issues/1768#issuecomment-571910240
 
 
   +1

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-dolphinscheduler] qiaozhanwei commented on issue #1768: [dev_1.2.1] There are multiple pages of data. After deleting all the data on one page, the data is displayed as empty

Posted by GitBox <gi...@apache.org>.
qiaozhanwei commented on issue #1768: [dev_1.2.1] There are multiple pages of data. After deleting all the data on one page, the data is displayed as empty
URL: https://github.com/apache/incubator-dolphinscheduler/issues/1768#issuecomment-573966157
 
 
   1. The backend try to modify, but there are too many changes, so it is recommended to modify the frontend.
   2. After careful think, the backend modify seems a bit far-fetched. In theory, the backend does not care about the frontend business.
   
   1,后端试着修改,但是修改的地方太多,所以建议前端修改
   2,经过仔细考虑,后端修改貌似有点牵强,按道理来说,后端不会理会前端业务
   
   @break60 @xingchun-chen 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-dolphinscheduler] xingchun-chen commented on issue #1768: [dev_1.2.1] There are multiple pages of data. After deleting all the data on one page, the data is displayed as empty

Posted by GitBox <gi...@apache.org>.
xingchun-chen commented on issue #1768: [dev_1.2.1] There are multiple pages of data. After deleting all the data on one page, the data is displayed as empty
URL: https://github.com/apache/incubator-dolphinscheduler/issues/1768#issuecomment-572526496
 
 
   ![image](https://user-images.githubusercontent.com/55787491/72065148-83b30280-3318-11ea-90d0-6725cc8af3fb.png)
   
   When currentPage is greater than totalPage and the currentPage data is empty, the data of the previous page is returned, and currentPage is equal to totalPage
   
   
   currentPage大于totalPage ,且currentPage数据为空时,返回上一页的数据即currentPage=totalPage
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-dolphinscheduler] xingchun-chen closed issue #1768: [dev_1.2.1] There are multiple pages of data. After deleting all the data on one page, the data is displayed as empty

Posted by GitBox <gi...@apache.org>.
xingchun-chen closed issue #1768: [dev_1.2.1] There are multiple pages of data. After deleting all the data on one page, the data is displayed as empty
URL: https://github.com/apache/incubator-dolphinscheduler/issues/1768
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services