Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 04:12:53 +01:00
renamed the validator
Dieser Commit ist enthalten in:
Ursprung
d47770de88
Commit
4883d85d56
3 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
|
@ -1,7 +1,7 @@
|
||||||
class CustomWizard::RealtimeValidation
|
class CustomWizard::RealtimeValidation
|
||||||
cattr_accessor :types
|
cattr_accessor :types
|
||||||
@@types ||= {
|
@@types ||= {
|
||||||
similar_topics: { types: [:text], component: "suggested-validator", backend: true, required_params: [] }
|
similar_topics: { types: [:text], component: "similar-topics-validator", backend: true, required_params: [] }
|
||||||
}
|
}
|
||||||
|
|
||||||
class SimilarTopic
|
class SimilarTopic
|
||||||
|
|
Laden …
In neuem Issue referenzieren