Skip to content
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.

Column sort transactions table #18

Closed
OGKevin opened this issue Apr 14, 2017 · 1 comment
Closed

Column sort transactions table #18

OGKevin opened this issue Apr 14, 2017 · 1 comment
Labels
Milestone

Comments

@OGKevin
Copy link
Owner

OGKevin commented Apr 14, 2017

The transactions table is not sorted right. It seems like the deployed version and the version on my local machine (latest origin/master commit ) gets sorted differently. The date should be the first column and the description last...

When the JSON is send to the server it returns differently sorted to the client. If this gets fixed then there is no need to manually sort the columns because the original order is perfect. If not then the data needs te be resorted before its shown in the table.

@OGKevin OGKevin added the bug label Apr 14, 2017
@OGKevin OGKevin added this to the v1.0 release milestone Apr 14, 2017
@OGKevin
Copy link
Owner Author

OGKevin commented Apr 16, 2017

On python 2.7 the column is sorted correctly but on python 3.5.1 the column is not sorted right. This might have to do with the transition from python 2.7 to 3.5.1 some code that needed changing has not been changed.

OGKevin added a commit that referenced this issue Apr 16, 2017
This will fix #18
Removed test_Manager for now
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant