lib/avo/base_action.rb in avo-3.12.0 vs lib/avo/base_action.rb in avo-3.13.0

- old
+ new

@@ -59,14 +59,10 @@ **args }.compact ) .to_s - data = { - turbo_frame: Avo::ACTIONS_TURBO_FRAME_ID, - } - - [path, data] + [path, {turbo_frame: Avo::MODAL_FRAME_ID}] end # Encrypt the arguments so we can pass sensible data as a query param. # EncryptionService can generate special characters that can break the URL. # We use Base64 to encode the encrypted string so we can safely pass it as a query param and don't break the URL.