mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
Clear cache when datasource credentials are updated
This commit is contained in:
parent
4b64b0634a
commit
ab237be807
1 changed files with 2 additions and 0 deletions
|
|
@ -57,6 +57,8 @@ class DataSourcesController < ApplicationController
|
|||
name: params[:name],
|
||||
options: options_to_save
|
||||
)
|
||||
|
||||
$connections.delete @data_source.id
|
||||
end
|
||||
|
||||
def test_connection
|
||||
|
|
|
|||
Loading…
Reference in a new issue