Closed (fixed)
Project:
Form Mode Control
Version:
8.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jan 2026 at 10:56 UTC
Updated:
19 Jan 2026 at 17:09 UTC
Jump to comment: Most recent
Comments
Comment #2
dieterholvoet commentedComment #3
sourav_paulChecking..
Comment #4
dieterholvoet commentedNo need, I'm working on this.
Comment #6
dieterholvoet commentedIf I understand correctly these permissions in the settings config (
'use The form mode default linked to media entity( image )': media.image.default) aren't really necessary. The options in the second format (creation+administrator+media+image) determine the default form mode.I removed the permission check from the defaults settings form. This is not necessary since defaults are always used without permission checks anyway. The project description reads this:
But that granting access was never necessary, it was only done in the settings form but not when deciding what form mode should be used.
Comment #7
dieterholvoet commentedI refactored the biggest part of the module to make the code easier to understand. The config is now also in a simpler format and defaults are only written if the form mode is not the default one.
Comment #8
dieterholvoet commentedComment #11
dieterholvoet commented