The activity log view is limited to 5 items. On top of that, it sorts by created time DESC and then log DESC. When really we just want to sort by log_id DESC to get an actual chronological order. Especially if multiple logs generated within microseconds.

CommentFileSizeAuthor
#2 activity_view_only-2861663-2.patch2.56 KBmglaman
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mglaman created an issue. See original summary.

mglaman’s picture

Status: Active » Needs review
FileSize
2.56 KB

Now the order log shows in order of which they happened (recent first) and all items.

https://github.com/drupalcommerce/commerce/pull/679

  • bojanz committed e2f9909 on 8.x-2.x authored by mglaman
    Issue #2861663 by mglaman: Activity view only shows 5 logs, and can be...
bojanz’s picture

Status: Needs review » Fixed

Done.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.