Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

[BUG-229075] VWR-4137 / SL-13093 Missed opportunity to fix group notice date sorting #7023

Open
1 task
sl-service-account opened this issue Jul 13, 2020 · 0 comments

Comments

@sl-service-account
Copy link

sl-service-account commented Jul 13, 2020

What just happened?

Time display has been added to the Date field in group notices, however the date format remains MM/DD/YYYY which means that when the column is alpha sorted the display goes wrong over the year end when 12/31/2019 comes out higher than 01/01/2020

What were you doing when it happened?

Reviewing recent commits

What were you expecting to happen instead?

The column should sort correctly, which could be achieved most easily by changing to ISO-type YYYY-MM-DD dates with the most significant value first. Then 2020-01-01 would get sorted above 2019-12-31

Other information

This is a long-standing bug, see VWR-4137 et al

Links

Duplicates

Original Jira Fields
Field Value
Issue BUG-229075
Summary VWR-4137 / SL-13093 Missed opportunity to fix group notice date sorting
Type New Feature Request
Priority Unset
Status Accepted
Resolution Accepted
Reporter Chorazin Allen (chorazin.allen)
Created at 2020-07-13T18:17:21Z
Updated at 2021-01-11T18:20:53Z
{
  'Build Id': 'unset',
  'Business Unit': ['Platform'],
  'How would you like the feature to work?': '.',
  "Is there anything you'd like to add?": 'This is a long-standing bug, see VWR-4137 et al',
  'Original Reporter': 'Chorazin Allen (chorazin.allen)',
  'ReOpened Count': 0.0,
  'Severity': 'Unset',
  'System': 'SL Viewer',
  'Target Viewer Version': 'viewer-development',
  'What just happened?': 'Time display has been added to the Date field in group notices, however the date format remains MM/DD/YYYY which means that when the column is alpha sorted the display goes wrong over the year end when 12/31/2019 comes out higher than 01/01/2020',
  'What were you doing when it happened?': 'Reviewing recent commits',
  'What were you expecting to happen instead?': 'The column should sort correctly, which could be achieved most easily by changing to ISO-type YYYY-MM-DD dates with the most significant value first. Then 2020-01-01 would get sorted above 2019-12-31',
  'Why is this feature important to you? How would it benefit the community?': '.',
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant