katalyst-navigation 1.4.0 → 1.4.1
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: 83045ad7f39df98e03b15381de07ac417d8357755678454dc2e72f0d629b6b78
|
|
4
|
+
data.tar.gz: 4fbdd6dbca7a65332354e348ede2f9b5c1b61b48f65e28e6798c52298ddb586e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 497fda35e70f9055741573cb6a059c3f140d5dbd70fa4cfbb09ab96b6b8ec27cc9e3bae768428d64ee67da8c9239166635874f013b857859c8e15a7a072fcbc3
|
|
7
|
+
data.tar.gz: e52b138b2a2c5b5e17b7ce938a86124949ab352d7a75d282481b59a3a8066a1fb032f5346dd897d0b5821298389eea90173cf312a512b03fbcb6916fa59f3978
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
# Ensures that all navigation items have a valid target and http_method.
|
|
4
4
|
class UpdateTargetSyntax < ActiveRecord::Migration[7.0]
|
|
5
5
|
def change
|
|
6
|
-
Katalyst::Navigation::Item.where(http_method: nil).update_all(
|
|
6
|
+
Katalyst::Navigation::Item.where(http_method: nil).update_all(http_method: "get")
|
|
7
7
|
Katalyst::Navigation::Item.where(target: nil).update_all(target: "self")
|
|
8
8
|
Katalyst::Navigation::Item.where(target: "_blank").update_all(target: "blank")
|
|
9
9
|
Katalyst::Navigation::Item.where(target: "_top").update_all(target: "top")
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: katalyst-navigation
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.4.
|
|
4
|
+
version: 1.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Katalyst Interactive
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-07-
|
|
11
|
+
date: 2023-07-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description:
|
|
14
14
|
email:
|