Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unify cancelled and canceled call states #873

Merged
merged 2 commits into from
Apr 22, 2020

Conversation

matiasgarciaisaia
Copy link
Member

Also migrates old suspended states.

Fixes #872

They are the same, but we had a typo in some parts of the code.

See #872
The code doesn't have the `suspended` state anymore, but there was
never a migration that took care of those calls.

See #872, even if it's not strictly related
@bcardiff bcardiff merged commit 178b27c into master Apr 22, 2020
kakada pushed a commit to ilabsea/verboice that referenced this pull request May 7, 2020
* Unify `canceled` and `cancelled` call log states

They are the same, but we had a typo in some parts of the code.

See instedd#872

* Migrate old `suspended` call logs to `cancelled`

The code doesn't have the `suspended` state anymore, but there was
never a migration that took care of those calls.

See instedd#872, even if it's not strictly related
Conflicts:
	app/controllers/api/calls_controller.rb
	app/controllers/queued_calls_controller.rb
	db/schema.rb
	spec/controllers/api/calls_controller_spec.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Redundant canceled and cancelled CallLog states
2 participants