Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix order of row of long table in edit and view mode. #4472

Merged
merged 3 commits into from Mar 6, 2023

Conversation

iFlameing
Copy link
Member

@iFlameing iFlameing commented Mar 6, 2023

If we have a very large table in Volto. In view mode when we are iterating using an object.Keys it is giving us the wrong order of table rows. Because object. keys don't give us keys in order of properties but it is different, which causes different rows in the edit as compared to the view.

Fixes #4473

@netlify
Copy link

netlify bot commented Mar 6, 2023

Deploy Preview for volto canceled.

Name Link
🔨 Latest commit c005bef
🔍 Latest deploy log https://app.netlify.com/sites/volto/deploys/640629c5640faa00082b054a

@cypress
Copy link

cypress bot commented Mar 6, 2023

Passing run #4269 ↗︎

0 485 20 0 Flakiness 0

Details:

Merge branch 'master' into long-table-order-bug
Project: Volto Commit: c005bef857
Status: Passed Duration: 11:33 💡
Started: Mar 6, 2023 6:02 PM Ended: Mar 6, 2023 6:13 PM

This comment has been generated by cypress-bot as a result of this project's GitHub integration settings.

@davisagli
Copy link
Sponsor Member

davisagli commented Mar 6, 2023

@iFlameing When you open a PR that is related to an issue, please mention the issue like this in the PR description: "Fixes #4473". Then GitHub will link the issue to the PR and will automatically close the issue when the PR is merged.

@davisagli davisagli merged commit 507136d into master Mar 6, 2023
@davisagli davisagli deleted the long-table-order-bug branch March 6, 2023 18:17
davisagli added a commit that referenced this pull request Mar 6, 2023
Co-authored-by: David Glick <david@glicksoftware.com>
@iFlameing
Copy link
Member Author

@davisagli ok.

sneridagh pushed a commit that referenced this pull request Mar 12, 2023
Co-authored-by: David Glick <david@glicksoftware.com>
erral pushed a commit that referenced this pull request Mar 18, 2023
Co-authored-by: David Glick <david@glicksoftware.com>
sneridagh added a commit that referenced this pull request May 10, 2023
* master: (23 commits)
  Fix training urls (Remove /5/) (#4502)
  Release 17.0.0-alpha.1
  Changelog
  Serve static assets with an efficient cache policy (#2216)
  Release 16.15.0. Update Changelog. (#4485)
  Improvements to dev proxy (#4434)
  fix: newsitem view blocks wrapper className (#4443)
  Fix history view dropdown for first entry, showing 'Revert to this version option' always (#4471)
  Teaser block docs (#4461)
  Fix order of row of long table  in edit and view mode. (#4472)
  Improve flaky test in autofocus Cypress tests (#4475)
  Use popperjs in BlockChooser, move the markup to the bottom of the bo… (#4141)
  Change from links to inline literals in `CHANGELOG.md` to fix linkche… (#4470)
  Release generate-volto 7.0.0-alpha.2
  Improve stylelint config in generator, include scss support (#4469)
  Fix weird GHA failure on config option not supported (#4466)
  Release generate-volto 7.0.0-alpha.1
  Fix ESlint failure for the generator (#4465)
  Change towncrier job name (#4462)
  Release 17.0.0-alpha.0
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix order of row of long table in edit and view mode
3 participants