Needs review
Project:
Computed Field
Version:
3.0.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Jun 2026 at 10:01 UTC
Updated:
21 Jul 2026 at 11:30 UTC
Jump to comment: Most recent
From #3539496:
The Drupal 11 compatibility has been merged, but when I tested it I received the following error:
AssertionError:
"Computed" must be defined in MODULE_NAME.field_type_categories.yml inassert() (line 183 of/var/www/html/web/core/lib/Drupal/Core/Field/FieldTypePluginManager.php).
Looking through the comments in the issue and the MR, nothing has been done about comment #15. If we not following the Drupal standards, removing the Category is also viable.
- Updated the module to 3.0.0.
- Update core to 11.3.10.
- Try adding a new field.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
pefferen commentedCreated a solution by adding the Field Category according to the Drupal specs.