Skip to content

fix: Sort RFCs by date#7766

Merged
rjsparks merged 2 commits intoietf-tools:mainfrom
holloway:fix/sort-date
Aug 1, 2024
Merged

fix: Sort RFCs by date#7766
rjsparks merged 2 commits intoietf-tools:mainfrom
holloway:fix/sort-date

Conversation

@holloway
Copy link
Copy Markdown
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
@codecov
Copy link
Copy Markdown

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.

Comment thread ietf/static/js/list.js
function prep(e, options) {
return $($.parseHTML(e.values()[options.valueName]))
.text()
const el = $($.parseHTML(e.values()[options.valueName]));
Copy link
Copy Markdown
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
@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