solid_litequeen 0.16.1 → 0.16.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f40814d5e16a26ed2f83b9b4b52f34afe9fdd87078137fe84423435fd3c20fdb
|
4
|
+
data.tar.gz: 86412938606fb7d1acf1e8ed750db2176a78be31ffbeefd1207df4ef91392825
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ea113b266f213cb732137edca2e7537c67be37613fd71699636d322c0dd0e4ee4c7350e5f850bc157032573866606aabaae5133f25f5139adc5ddb0b7902f620
|
7
|
+
data.tar.gz: b430c074cc26aa75c79e226caec463bb88fa9bc82591cf7cf8f8c044bd90ce6e86c9daf431725485dbe5ebd22bbe802d4d1e949f86ec0df824f46d52a8a7ce7b
|
@@ -181,7 +181,10 @@ export default class extends Controller {
|
|
181
181
|
const fk_target_field_value =
|
182
182
|
fk_data_dialog_button.dataset.fk_target_field_value;
|
183
183
|
|
184
|
-
|
184
|
+
// Extract just the path without any query parameters
|
185
|
+
const clean_database_table_path = new URL(this.element.dataset.database_table_path, window.location.origin).pathname;
|
186
|
+
|
187
|
+
const new_frame_src = `${clean_database_table_path}/foreign-key-data/${fk_target_table}/${fk_target_field}/${fk_target_field_value}`;
|
185
188
|
|
186
189
|
// if the src didn't change let's just show what we have
|
187
190
|
if (foreign_key_data_frame.src) {
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: solid_litequeen
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.16.
|
4
|
+
version: 0.16.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Vik Borges
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-06-
|
11
|
+
date: 2025-06-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|