Closed (fixed)
Project:
Node Form Overrides
Version:
1.0.2
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Jan 2026 at 09:41 UTC
Updated:
7 Feb 2026 at 20:04 UTC
Jump to comment: Most recent, Most recent file


Comments
Comment #2
nickolaj1. For the "Create Node Submit Button" (`insert_button`), apply `
$token_service->replacePlain()` to process tokens.2. For the "Update Node Submit Button" (`update_button`), apply `
$token_service->replacePlain()` to process tokens.3. Added description text to both button label fields in the admin form to indicate that tokens are supported.
The fix maintains backward compatibility - if the token module is not installed, the button labels are used as-is without token processing.
Comment #3
loze commentedThanks. This is in the latest dev version