shaunagm / actionrising

0 stars 0 forks source link

Fix slate test, remove reverse #298

Closed presleyp closed 7 years ago

presleyp commented 7 years ago

For #297. This fixes the order of actions in a slate, and a failing slate test. We have fixtures that have identical creation dates which makes sort unstable which makes tests flaky. Paul fixed one last night and this is another one. But we also were reversing lists in templates instead of ordering them properly in views, so now we always order in views and never in templates, with the exception of blog posts which I didn't want to get into. And while I was on the slates page, I fixed some indentation and removed "Filter:" which had already been removed from the actions page.