Follow-up from "Fix view wiki pages that contain empty spaces in their file names"
The following discussion from !135626 (merged) should be addressed:
-
@engwan started a discussion: I see
NoMethodError
failures in the logs becausematched_files
can returnfalse
.Maybe we still need the
return if matched_files.blank?
early return to handle this case?cc @kassio