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

Sort feedback by activity date #2161

Merged
merged 1 commit into from Aug 19, 2020

Conversation

nicksellen
Copy link
Member

Closes #2157

What does this PR do?

The backend was already switched (in karrot-dev/karrot-backend#1044), but the frontend also does sorting, so this PR fixes that... it would fallback to feedback created at date if there is no activity (which would be odd...).

Fallback to created at (previously behaviour) if no activity set
@codecov
Copy link

codecov bot commented Aug 19, 2020

Codecov Report

Merging #2161 into master will decrease coverage by 0.01%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2161      +/-   ##
==========================================
- Coverage   58.21%   58.19%   -0.02%     
==========================================
  Files         275      275              
  Lines        6019     6021       +2     
  Branches      952      953       +1     
==========================================
  Hits         3504     3504              
- Misses       2514     2516       +2     
  Partials        1        1              
Impacted Files Coverage Δ
src/feedback/datastore/feedback.js 43.93% <0.00%> (-1.38%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update df3b8be...1fd3808. Read the comment docs.

@nicksellen
Copy link
Member Author

I'll just merge, as it's quite small :)

@nicksellen nicksellen merged commit e6d3163 into master Aug 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Order of feedback
1 participant