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: Sort RFCs by date #7766

Merged
merged 2 commits into from
Aug 1, 2024
Merged

fix: Sort RFCs by date #7766

merged 2 commits into from
Aug 1, 2024

Conversation

holloway
Copy link
Contributor

Fixes #7740

Allows sorting by data-sort-number attribute on the cell, rather than by the content of the cell which might be formatted.

NGPixel
NGPixel previously approved these changes Jul 30, 2024
@holloway holloway marked this pull request as ready for review July 30, 2024 02:21
Copy link

codecov bot commented Jul 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.77%. Comparing base (c7f6bde) to head (f4c00b7).
Report is 11 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7766      +/-   ##
==========================================
- Coverage   88.78%   88.77%   -0.01%     
==========================================
  Files         296      296              
  Lines       41320    41337      +17     
==========================================
+ Hits        36687    36698      +11     
- Misses       4633     4639       +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -5,8 +5,10 @@ import {
function text_sort(a, b, options) {

function prep(e, options) {
return $($.parseHTML(e.values()[options.valueName]))
.text()
const el = $($.parseHTML(e.values()[options.valueName]));
Copy link
Member

Choose a reason for hiding this comment

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

el gato 🐱

@holloway holloway dismissed stale reviews from jennifer-richards and NGPixel via f4c00b7 July 31, 2024 00:33
@rjsparks rjsparks merged commit fb1942a into ietf-tools:main Aug 1, 2024
9 checks passed
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sorting RFC's by date on Datatracker profile pages is incorrect
4 participants