Skip to content

Conversation

BenjaminCharmes
Copy link
Contributor

Closes #1047

This PR fixes the sorting issue for both Collections and Creators in the PrimeVue DataTable by ensuring that a list of strings is passed as props instead of arrays of objects.

Copy link

codecov bot commented Feb 19, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.28%. Comparing base (8ee15c2) to head (8e243f8).
Report is 115 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1048   +/-   ##
=======================================
  Coverage   70.28%   70.28%           
=======================================
  Files          63       63           
  Lines        4129     4129           
=======================================
  Hits         2902     2902           
  Misses       1227     1227           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@BenjaminCharmes BenjaminCharmes added bug Something isn't working webapp For issues/PRs pertaining to the web interface labels Feb 19, 2025
Copy link

cypress bot commented Feb 19, 2025

datalab    Run #2943

Run Properties:  status check passed Passed #2943  •  git commit 3642c16df4 ℹ️: Merge e87fec1cd8d3e71348abc41bb1b6297f6235a5ba into 81beb95f5b505ca74826aebb522f...
Project datalab
Branch Review bc/fix_table_order
Run status status check passed Passed #2943
Run duration 08m 05s
Commit git commit 3642c16df4 ℹ️: Merge e87fec1cd8d3e71348abc41bb1b6297f6235a5ba into 81beb95f5b505ca74826aebb522f...
Committer Ben Charmes
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 471
View all changes introduced in this branch ↗︎

@ml-evs ml-evs force-pushed the bc/fix_table_order branch from e403bcc to e87fec1 Compare February 25, 2025 21:12
@BenjaminCharmes BenjaminCharmes marked this pull request as ready for review February 26, 2025 09:52
@ml-evs ml-evs force-pushed the bc/fix_table_order branch from e87fec1 to 8e243f8 Compare April 10, 2025 12:22
Copy link
Member

@ml-evs ml-evs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works really well, thanks @BenjaminCharmes!

@ml-evs ml-evs enabled auto-merge (squash) April 10, 2025 12:32
@ml-evs ml-evs merged commit 8b51709 into main Apr 10, 2025
17 checks passed
@ml-evs ml-evs deleted the bc/fix_table_order branch April 10, 2025 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working webapp For issues/PRs pertaining to the web interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reordering table by collection does not work properly
2 participants