collavre 0.7.0 → 0.7.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: 265426be5c0a8135cace42b764f7f4d797d8321bdc76b4a7a3187141ac2ee6bf
|
|
4
|
+
data.tar.gz: 90d2c8ec911d057ee46211803bfadd8f711e7af92558c46517e22ea0db46fda3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4e32c94af1ef58a1c49c7e8e64af7ce873720ada428293708c5fde78abd2c1bece95d3140f638ecceb1fe698ce9a1aa11e4ebbce9e1295b73f27b62cc8a2845d
|
|
7
|
+
data.tar.gz: bab468492372aeb4ef97686f49dddcaf34d03969a042e0f5e62839bc182caf022318ddaf7d5fb6e717f0cd9d8a5e4dfb6bf37ab17097767fe32a10d5902d3887
|
|
@@ -86,9 +86,10 @@ export default class extends Controller {
|
|
|
86
86
|
}
|
|
87
87
|
}
|
|
88
88
|
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
89
|
+
// Always dispatch change event to ensure form controller gets the correct topic.
|
|
90
|
+
// Without this, switching to a creative with no stored topic leaves the form
|
|
91
|
+
// controller with a stale topic_id from the previous creative.
|
|
92
|
+
this.selectTopic("")
|
|
92
93
|
}
|
|
93
94
|
|
|
94
95
|
renderTopics(topics, canManage = false, canCreateTopic = canManage) {
|
data/lib/collavre/version.rb
CHANGED