server-tools icon indicating copy to clipboard operation
server-tools copied to clipboard

[16.0] fetchmail_server_folder: Missing ondelete on match_algorithm field

Open diggy128 opened this issue 1 year ago • 1 comments

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:

  1. Install fetchmail_server_folder
  2. 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.

diggy128 avatar Nov 03 '24 16:11 diggy128

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 avatar May 01 '25 11:05 NL66278

@NL66278 You are right in both points. edited the title and content regarding the module name and closed as invalid.

diggy128 avatar May 12 '25 05:05 diggy128