We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efc36a7 commit f0ce69fCopy full SHA for f0ce69f
1 file changed
app/models/name/quality_checks.rb
@@ -980,8 +980,9 @@ def qc_warnings
980
].each { |i| @qc_warnings.evaluate(i) }
981
982
# check (separate for now until thoroughly tested)
983
+ @qc_warnings.add(:missing_publication_of_emendation)
984
%i[
- missing_publication_of_emendation unavailable_english_description
985
+ unavailable_english_description
986
987
988
if !type?
0 commit comments