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

Fixes some missed form alias uses in the QueueBundle #8239

Merged
merged 1 commit into from Dec 19, 2019

Conversation

alanhartless
Copy link
Contributor

The QueueBundle uses an event to register form fields which threw exceptions when loading the Configuration in M3. This replaces those with FQCN.

To test, load Mautic's configuration and view the Queue bundle's settings. Select a queue and the related configuration fields should continue to show.

Copy link
Contributor

@hluchas hluchas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you fix return type in docblock for \Mautic\QueueBundle\Event\QueueConfigEvent::getProtocolChoices() ?

Minor request.
👍

Copy link
Contributor

@anton-vlasenko anton-vlasenko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@alanhartless Sorry about those form types. I haven't noticed them.
I've code reviewed and tested this PR and didn't find any errors.
Do I have to merge it to 3.x on my local and test it there as well?
Is it enough to test the current branch only?

@anton-vlasenko anton-vlasenko added the pending-feedback PR's and issues that are awaiting feedback from the author label Dec 18, 2019
@escopecz escopecz changed the base branch from m2-to-m3 to 3.x December 19, 2019 09:38
Copy link
Sponsor Member

@escopecz escopecz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Alan! I changed the to branch from m2-to-m3 to 3.x as it's easier to test there. The error is gone with this branch. It still errors on "The option "empty_value" does not exist.", but that's fixed in #8237

@escopecz escopecz merged commit 5679e5f into mautic:3.x Dec 19, 2019
@escopecz escopecz removed the pending-feedback PR's and issues that are awaiting feedback from the author label Dec 19, 2019
@escopecz escopecz moved this from Needs code review and/or test to Done in Mautic 3 Dec 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Mautic 3
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

4 participants