Needs review
Project:
Real-time SEO for Drupal
Version:
8.x-2.0-alpha10
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Apr 2024 at 13:49 UTC
Updated:
26 May 2025 at 13:27 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #2
hkirsman commentedComment #3
hkirsman commentedComment #4
ushma commentedComment #5
ushma commentedComment #6
eescribanoc commentedI have the same issue in several projects. I have debug to see what kind of form_object is at that state, it is a ConfigureAction form not an entity form. Ideally we would not want the field real-time to appear as a field we can alter in a bulk action.
So far, I am just removing the field manually with a hook_form_alter. This is the code, just in case it helps:
Comment #7
suhaib_hija commentedAdded a check to ensure the form implements EntityFormInterface before adding SEO preview functionality. This prevents the code from running on non-entity forms entirely
Comment #8
suhaib_hija commented