- Issue created by @merauluka
- @merauluka opened merge request.
When using a balance transactor, the entity listing page at /transaction/{transaction_type}/{target_entity_type}/{target_entity_id} lists the transactions out of order which creates a confusing order of events.
* Create several transactions with the same created timestamp (We did it via a migration from the userpoints module)
* View the transaction listing page for the target entity.
Add an "order by" to the listing page query to sort by the transaction ID as a tie-breaker.
Create patch.
Active
1.0
Code