Skip to content

Commit

Permalink
BK-2464 Change the order of revisions Editor sidebar panel
Browse files Browse the repository at this point in the history
  • Loading branch information
eos87 committed Apr 9, 2018
1 parent 7dc032d commit e110371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/booktype/apps/edit/channel.py
Original file line number Diff line number Diff line change
Expand Up @@ -2898,7 +2898,7 @@ def remote_get_chapter_history(request, message, bookid, version):
book, book_version, book_security = get_book(request, bookid, version)

chapter_history = models.ChapterHistory.objects.filter(
chapter__book=book, chapter__id=message["chapter"]).order_by("-modified")
chapter__book=book, chapter__id=message["chapter"]).order_by("-revision")

history = []

Expand Down

0 comments on commit e110371

Please sign in to comment.