thecore_ui_rails_admin 2.5.8 → 2.5.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config/initializers/thecore_concern.rb +1 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 43fa1879372767822bfaf93962c2aa910f013e8c03b74ffdc0d0776903e27753
|
4
|
+
data.tar.gz: ca849d25b6f297b340f7495d84d231a59799820255cfbb92bec2424d0820d40a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b6a31cb68d41251d647816adcd8e774c156ef72877885c143aaa8884a19a5e51da29c2f2f4a9f6da1ad0652af52a01c632fbee090d44a3339a0cb084d1eb6891
|
7
|
+
data.tar.gz: a6cb795acc5c560dcabc72000727079a9fd82ce69665b8700ac9f9ab6beca0e88d5f7da8f0162435d9157a9a60aaa7af0edee39639ee7a4cfa7bd70babe2081a
|
@@ -36,13 +36,11 @@ module ThecoreConcern
|
|
36
36
|
# This takes precedence on automatic computed action
|
37
37
|
stored_location = stored_location_for(resource)
|
38
38
|
if !stored_location.blank? && can?(resource, :all)
|
39
|
-
#
|
39
|
+
# Go to the latest navigated page
|
40
40
|
return stored_location
|
41
41
|
elsif action
|
42
|
-
# Rails.logger.info "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA: Checking redirect path: I'm in the ELSIF with action name: #{action}"
|
43
42
|
return rails_admin.send("#{action}_path").sub("#{ENV['RAILS_RELATIVE_URL_ROOT']}#{ENV['RAILS_RELATIVE_URL_ROOT']}", "#{ENV['RAILS_RELATIVE_URL_ROOT']}")
|
44
43
|
else
|
45
|
-
# Rails.logger.info "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA: Checking redirect path: I'm in the ELSE with root_path: #{root_path}"
|
46
44
|
sign_out current_user
|
47
45
|
user_session = nil
|
48
46
|
current_user = nil
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: thecore_ui_rails_admin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.5.
|
4
|
+
version: 2.5.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gabriele Tassoni
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-12-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thecore_ui_commons
|