Problem/Motivation
Beyond any documentation or message changes, there needs to be a way to actually remove fields pending deletion. Cron will not do it, certainly not in all cases. Perhaps because the modules were written incorrectly (see the "don't do that" "solution" in the parent issue). But the user is left unable to uninstall the related modules, and can only go edit entries in the key_value table as a workaround. There needs to be a better option.
Steps to reproduce
Proposed resolution
Add a UI
Remaining tasks
Design a UI
User interface changes
Yes, adding a UI
Comments
Comment #7
quietone commentedDiscussed with larowlan at Drupal South 2022. We think this about having a way for the user to initiate the field deletion via the UI, updating the title. The parent issue will add a message that running cron will delete the field.
I have added the standard template and filled in a couple of sections but it still needs work.