Release 1817
We are removing the legacy, direct CRM integration code from the app now that we are happy that the API integration is working as expected. This will involve a number of PRs to incrementally remove the old code.
- Remove git_api feature flag from views
Remove the git_api feature flag checking from the views, instead always showing the view content for when the flag is enabled (as we are removing the legacy, direct CRM integration code).
- Remove legacy registration feature specs
These will fail while we are removing the legacy CRM integration code - its going to save time to just remove them all now rather than update them to deal with the intermediate states while the removal of code progresses.