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

Subscription Management - Order by date is incorrect #688

Open
tiagonmas opened this issue Oct 5, 2022 · 3 comments
Open

Subscription Management - Order by date is incorrect #688

tiagonmas opened this issue Oct 5, 2022 · 3 comments
Assignees
Labels
bug Something isn't working prio:Low issues with lower priority subscription Issues related to subscriptions

Comments

@tiagonmas
Copy link
Collaborator

Describe the bug
When ordering by date, it's ordering as a string and not by date

To Reproduce
Steps to reproduce the behavior:

  1. Login
  2. Go To Subscriptions
  3. Click on up or down arrow of "Created"
  4. If you have many subscriptions you will see that order is alphabetical and not by date

Expected behavior
Should order by date asc or desc

Screenshots
image

@tiagonmas tiagonmas added bug Something isn't working subscription Issues related to subscriptions labels Oct 5, 2022
@guerrerotook guerrerotook self-assigned this Nov 29, 2022
@guerrerotook
Copy link
Contributor

I changed the way presenting the datetime information in the datagrid. Let me know if this works for you.

@tiagonmas
Copy link
Collaborator Author

In dev I'm still seeing incorrect order of dates. eg: 2022 in middle of two 2021
image

@guerrerotook
Copy link
Contributor

We need to see that in your PC, because in mine looks ok.
image

guerrerotook added a commit that referenced this issue Nov 30, 2022
* Solved an InvalidCastException when using the TenantStaticFileProvider

* Trying to solve the issue #711 by adding existing references of the user and the payment.

* Fixed issue #688 where the sorting by date is not correct in the datatable.

* Added the viewport option trying to fix the tests.

* Set the ExpirationTime to a maximum of 15 years. #675
guerrerotook added a commit that referenced this issue Dec 2, 2022
* Solved an InvalidCastException when using the TenantStaticFileProvider

* Trying to solve the issue #711 by adding existing references of the user and the payment.

* Fixed issue #688 where the sorting by date is not correct in the datatable.

* Added the viewport option trying to fix the tests.

* Set the ExpirationTime to a maximum of 15 years. #675

* Fix an small issue with the Google Authentication

* Hope to finally fix the Address1 us null on this method.
@tiagonmas tiagonmas added the prio:Low issues with lower priority label Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working prio:Low issues with lower priority subscription Issues related to subscriptions
Projects
None yet
Development

No branches or pull requests

2 participants