Skip to content

Use correct name of filetypes KCM in test to see if it is available

This code was checking for a kcm named "editfiletype" which does not exist; the correct name is "filetypes".

It's a bit worrying that KAuthorized::authorizeAction() returns true in this case, but that's a separate issue.

BUG: 437701 FIXED-IN: 5.83

Merge request reports