Making WordPress.org

Opened 7 years ago

Closed 5 years ago

#2501 closed defect (bug) (fixed)

Incorrect date sorting in Application Status page: column 'Updated'

Reported by: casiepa's profile casiepa Owned by:
Milestone: Priority: low
Component: WordCamp Site & Plugins Keywords: needs-patch good-first-bug
Cc:

Description

On page https://central.wordcamp.org/application-status/ , when sorting by 'Updated', an alphabetic sorting is happening, not a sort by date values.

Change History (7)

#1 @iandunn
7 years ago

  • Keywords needs-patch good-first-bug added
  • Owner set to iandunn
  • Status changed from new to accepted

This ticket was mentioned in Slack in #community-team by casiepa. View the logs.


7 years ago

#3 @iandunn
6 years ago

  • Owner iandunn deleted
  • Status changed from accepted to assigned

#4 @iandunn
6 years ago

  • Priority changed from normal to low

The table sorting logic there was kind of just built as a way to learn React a bit, but I doubt we really need a custom tool there. I'm sure there's lots of npm modules we could just replace it with. That would solve this problem and give us better options for the future.

This ticket was mentioned in Slack in #meta-wordcamp by iandunn. View the logs.


6 years ago

#6 @iandunn
6 years ago

We discussed this in today's bug scrub, and it sounds like it'd probably be better to just fix the bug here, rather than replacing it with a npm module. Adding extra modules means that we have to maintain them, including checking for security updates. There are some automated solutions like nodesecurity.io, but that could be overkill for something small like this.

#7 @vedjain
5 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

This is fixed via r7976 and r7984.

Note: See TracTickets for help on using tickets.