Merge branch 'main' into stable
This commit is contained in:
commit
4f5af09b9c
@ -1,6 +1,11 @@
|
||||
Changelog
|
||||
=========
|
||||
|
||||
3.0.5.2
|
||||
+++++++
|
||||
|
||||
- Fix refresh bug for async blocks for query lists
|
||||
|
||||
3.0.5.1
|
||||
+++++++
|
||||
|
||||
|
@ -8,6 +8,7 @@ class DashboardAsyncBlocksController < ApplicationController
|
||||
|
||||
helper :additionals_routes
|
||||
helper :additionals_queries
|
||||
helper :additionals_settings
|
||||
helper :queries
|
||||
helper :issues
|
||||
helper :activities
|
||||
|
@ -29,7 +29,7 @@
|
||||
'
|
||||
= l :label_loading
|
||||
|
||||
- if action_name == 'update_layout_setting'
|
||||
- if action_name == 'update_layout_setting' || action_name == 'create'
|
||||
= content_for :render_async
|
||||
|
||||
javascript:
|
||||
|
@ -2,6 +2,6 @@
|
||||
|
||||
module Additionals
|
||||
module PluginVersion
|
||||
VERSION = '3.0.5.1' unless defined? VERSION
|
||||
VERSION = '3.0.5.2' unless defined? VERSION
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user