mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-06-04 21:02:35 +08:00
# Pull Request Template ## Description fixes: https://linear.app/chatwoot/issue/AI-151/captains-super-admin-config-dont-get-applied-into-rails-without ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) ## How Has This Been Tested? Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration. specs and locally To test locally: go to super admin -> settings -> captain -> Change endpoint to something incorrect go to local app -> captain -> playground -> try chatting (should fail due to incorrect endpoint) now in super admin captain settings, set the correct endpoint then chat in playground. Now it should work. Current develop code doesn't reflect the changes in installation config for captain instantly, needs a server restart. ## Checklist: - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my code - [x] I have commented on my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [x] I have added tests that prove my fix is effective or that my feature works - [x] New and existing unit tests pass locally with my changes - [x] Any dependent changes have been merged and published in downstream modules |
||
|---|---|---|
| .. | ||
| devise | ||
| access_tokens_controller.rb | ||
| account_users_controller.rb | ||
| accounts_controller.rb | ||
| agent_bots_controller.rb | ||
| app_configs_controller.rb | ||
| application_controller.rb | ||
| dashboard_controller.rb | ||
| installation_configs_controller.rb | ||
| instance_statuses_controller.rb | ||
| platform_apps_controller.rb | ||
| platform_banners_controller.rb | ||
| push_diagnostics_controller.rb | ||
| settings_controller.rb | ||
| users_controller.rb | ||