Merge branch 'main' into stable

This commit is contained in:
Alexander Meindl 2022-03-22 10:41:37 +01:00
commit 4f5af09b9c
4 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,11 @@
Changelog
=========
3.0.5.2
+++++++
- Fix refresh bug for async blocks for query lists
3.0.5.1
+++++++

View File

@ -8,6 +8,7 @@ class DashboardAsyncBlocksController < ApplicationController
helper :additionals_routes
helper :additionals_queries
helper :additionals_settings
helper :queries
helper :issues
helper :activities

View File

@ -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:

View File

@ -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