Closed (fixed)
Project:
Domain
Version:
2.0.0-beta5
Component:
- Domain Source
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Oct 2025 at 15:10 UTC
Updated:
18 Oct 2025 at 07:04 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #2
mably commentedWas it working fine in beta4 ?
Comment #3
cindytwilliams commentedYes, here's how it displayed in beta4:
Comment #4
mably commentedOk, thanks, will have a look at it.
Comment #5
mably commentedFor some reason,
domain_source_form_node_form_alteris now executed beforedomain_access_form_node_form_alter, which causes the issue.EDIT:
I’ve found the culprit:
Added this to
domain_sourceto fix the problem:Comment #7
mably commented@cindytwilliams could you give a try to this issue's MR?
Comment #8
cindytwilliams commentedThanks, I can confirm that applying the changes in this MR and then running the hook_update fixes this issue.
Comment #11
mably commented