[16.0] fetchmail_server_folder: Missing ondelete on match_algorithm field
Module
fetchmail_server_folder
Describe the bug
match_algorithm is a required field and missing an ondelete policy
To Reproduce
Affected versions: 16.0
Steps to reproduce the behavior:
- Install fetchmail_server_folder
- Update module
Expected behavior No error
Additional context
The exact error is:
'fetchmail.server.folder.match_algorithm': required selection fields must define an ondelete policy that implements the proper cleanup of the corresponding records upon module uninstallation.
There is no fetchmail_server_folder module in 16.0. Maybe you mean fetchmail_attach_from_folder? Anyway the match_algorithm field in taht module does NOT need an ondelete on the fetchmail.server.folder model, as this module defines the field for the first time, so there is no selection_add.
@NL66278 You are right in both points. edited the title and content regarding the module name and closed as invalid.