Skip to content

Commit 0ff0ea0

Browse files
committed
WIP support integration between new admin panel and catalyst
1 parent 47356c1 commit 0ff0ea0

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

Gemfile.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
atomic_admin (2.0.0.beta.3)
4+
atomic_admin (2.0.0.beta.4)
55
rails (>= 7.0, < 9.0)
66

77
GEM
@@ -120,7 +120,7 @@ GEM
120120
marcel (1.0.4)
121121
mini_mime (1.1.5)
122122
minitest (5.25.5)
123-
multi_xml (0.7.2)
123+
multi_xml (0.7.1)
124124
bigdecimal (~> 3.1)
125125
net-imap (0.5.8)
126126
date
@@ -136,7 +136,7 @@ GEM
136136
racc (~> 1.4)
137137
nokogiri (1.18.8-x86_64-darwin)
138138
racc (~> 1.4)
139-
nokogiri (1.18.8-x86_64-linux-gnu)
139+
nokogiri (1.18.8-x86_64-linux)
140140
racc (~> 1.4)
141141
pg (1.5.9)
142142
pp (0.6.2)
@@ -199,7 +199,7 @@ GEM
199199
sprockets (>= 3.0.0)
200200
sqlite3 (2.6.0-arm64-darwin)
201201
sqlite3 (2.6.0-x86_64-darwin)
202-
sqlite3 (2.6.0-x86_64-linux-gnu)
202+
sqlite3 (2.6.0-x86_64-linux)
203203
stringio (3.1.7)
204204
thor (1.3.2)
205205
timeout (0.4.3)
@@ -210,9 +210,10 @@ GEM
210210
base64
211211
websocket-extensions (>= 0.1.0)
212212
websocket-extensions (0.1.5)
213-
zeitwerk (2.7.2)
213+
zeitwerk (2.6.18)
214214

215215
PLATFORMS
216+
arm64-darwin-21
216217
arm64-darwin-23
217218
x86_64-darwin-22
218219
x86_64-linux

lib/atomic_admin/interaction.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ def resolve(**kwargs)
4646
schema = schema_factory.new(**kwargs)
4747
hash[:schema] = schema.schema
4848
hash[:uischema] = schema.uischema
49+
when :launch
50+
hash[:launch_url] = interaction[:launch_url]
51+
hash[:aud] = interaction[:aud]
4952
end
5053

5154
hash

0 commit comments

Comments
 (0)