Created attachment 1071553 [details] The variable grid not being updated Description of problem: When we have a process instance with more than 10 variables and try to navigate though all the variables, the list is not changed. We can't even sort the grid with the variables because it does not work (the sort action is simply ignored). Version-Release number of selected component (if applicable): n/a How reproducible: always Steps to Reproduce: 1. Create a process with more than 10 variables 2. Build and deploy it 3. In the process instance screen, click on the process and then on the right side, in the variable list grid 4. Try to go to the second page to see more variables Actual results: The grid (or list of variables) will not be updated Expected results: The list should allow navigation Additional info: Sorting also does not work, but probably this could be a subject for another bugzilla. I recorded a video that shows what is happening with more details
This issue was fixed in the following commits: 6.3 https://github.com/droolsjbpm/jbpm-console-ng/commit/a743040e595b55df26e83a905235505adfa30a30 master https://github.com/droolsjbpm/jbpm-console-ng/commit/0621e6ad915cccf5a741d0b34247b21d849befc3
Added the changes to 6.2 https://github.com/droolsjbpm/jbpm-console-ng/commit/15ea50ba3f3c42d96830447a349784d386dd456d
Listing variables of process with more than 10 vars now works well. Verified on 6.2.0.ER4
Employee 'msalatin' has left the company.