(1) "This function has no approved implementations." message is always present on Special:RunFunction
Steps:
- go to Special:RunFunction
- the page always displays This function has no approved implementations." even though no function was entered in the "Select function" field.
✅ DONE (2) The message "The search has provided no result." is incorrectly displayed for existing (and found) functions.
(reported by @Bugreporter)
Steps:
- go to Special:RunFunction
- enter Z10167 into "Select function" field (click on the suggestion "uuid1 (Z10167)")
- "The search has provided no result." message appears. Z10167 is a valid function without approved implementations.
Another example:
- on Special:RunFunction enter Z10000 ( select the suggestion: join strings (Z10000))
- "The search has provided no result." message appears along with the fields to enter functions parameters. The function can be run successfully:
✅ DONE (3) "The provided content is not a valid Object" message displayed when an entered value is not a function
Steps
- on Special:RunFunction enter Z20
- "The provided content is not a valid Object" message will be displayed. The message is misleading and doesn't guide a user to correct a mistake. The more specific message will help: e.g. " the entered value is not a function".
Notice that when an input is invalid, e.g. enter KLS, the message will be "The search has provided no result."