Closed (fixed)
Project:
FlowDrop
Version:
1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Feb 2026 at 16:48 UTC
Updated:
23 Feb 2026 at 21:19 UTC
Jump to comment: Most recent
When generating machine name suggestions from plugin IDs, the resulting names could contain invalid characters that are not allowed in Drupal machine names.
Plugin IDs were being used directly without sanitization when creating suggested machine names for node types.
Added sanitization logic to convert plugin IDs into valid Drupal machine names by replacing invalid characters and ensuring compliance with machine name requirements.
Comments
Comment #2
gxleano commentedI have contributed (not only by code, but discussion, presentation, testing or anything related).
Comment #3
d34dman commented