Workarea 3.1.43
Patch release notes for Workarea 3.1.43.
Fix Occasionally Failing Test Around Marking Discounts Redeemed
Specify a sort so that MongoDB doesn't use its own default sort, causing entries in the collection to appear out-of-order and the test to fail inconsistently.
Issues
Pull Requests
Inherit from ApplicationController Consistently
All admin controllers now inherit from Admin::ApplicationController
.
Some autoloading edge cases caused this indented module reference to not
get picked up properly.