workarea-commerce / workarea

Workarea is an enterprise-grade Ruby on Rails commerce platform
https://www.workarea.com
Other
327 stars 66 forks source link

Fix Promo Code Counts in Admin #452

Closed tubbo closed 4 years ago

tubbo commented 4 years ago

Previously, promo codes could only be generated once through the admin, so rendering the count of all promo codes as the count requested to be generated was working out. However, as CSV imports and API updates became more widespread, this began to break down as the #count field would have to be updated each time a new set of promo codes were added. Instead of reading from this predefined field on the code list, render the actual count of promo codes from the database on the code list and promo codes admin pages.