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

Corrected loading of messengers from serverConfig on line 629 #2187

Merged
merged 2 commits into from
Dec 3, 2024

Conversation

centja1
Copy link
Contributor

@centja1 centja1 commented Nov 29, 2024

Starting with v4.0, it was impossible to select any messenger besides email for a campaign due to an issue loading the messenger list from the API on line 629 of Campaign.vue.

The change was making m.name be just m since the messengers are listed as an array of strings on /api/config

Starting with v4.0, it was impossible to select any messenger besides email for a campaign due to an issue loading the messenger list from the API on line 629 of Campaign.vue.

The change was making m.name be just m since the messengers are listed as an array of strings on /api/config
@centja1
Copy link
Contributor Author

centja1 commented Nov 29, 2024

#2186

@knadh knadh merged commit cb99d60 into knadh:master Dec 3, 2024
@centja1 centja1 deleted the campaign-messenger-fix branch December 3, 2024 14:39
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.

2 participants