Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove all references to v1 (#10248)
* remove v1 controller actions * rename scopes and remove deleted? * delete registrations.js * remove old columns * remove old views * adjust validation * remove old registration controller specs * fix another validation * fix new_or_deleted? * delete old frontend specs * rename last occurences to cancelled? * remove recompute_timestamp * remove all references to accepted_at * remove all references to deleted_at * remove :create from before action * remove :destroy from before action * bring back export csv until we decide what to do with it * add back registration_from_params * fix test copy paste whoopsie * change all i18n -> I18n so the matcher can see it * delete char counter.js * remove unused keys * added // i18n-tasks-use for setMessage * undo merge whoopsie * fix last two keys * put back some keys * include both // i18n-tasks-use t('registrations.errors.exceeds_event_limit') * actually use the registrations.registered_with_account_html string instead of hardcoding it * add Messages back into Payment Step * add confirmation dialogue to refund * fix last unused keys * remove empty catch * refactor if donation is higher than registration fee check * add back series_registrations and non competing string with TODOs * another en merge error * add refund strings back * internationalize subtotal * remove migration * add back to database dumper * remove all references to registration_version * remove event_icons
- Loading branch information