- Issue created by @aman_lnwebworks
- 🇺🇸United States rosemarystanley
New Drupal API Changes: New API for defining field type categories →
- Merge request !10Issue #3430983 by Project Update Bot: Automated Drupal 11 compatibility fixes... → (Merged) created by Unnamed author
- 🇺🇸United States rosemarystanley
New Drupal API Changes: New API for defining field type categories →
I added a new MR that you can use the changes to see if that fixes your issue.
-
rosemaryreilman →
committed 97d75471 on 4.x
Issue #3513890: AssertionError: "Constant Contact" must be defined in
-
rosemaryreilman →
committed 97d75471 on 4.x
- 🇺🇸United States rosemarystanley
Created 4.2.0 → for this and a few other bug fixes
- 🇮🇳India aman_lnwebworks
Hi @rosemaryreilman
I have tried to apply your solution.
- First I created a new file "ik_constant_contact.field_type_categories.yml" and added the below code in this file
constant_contact: label: "Constant Contact" description: "Fields associated with Constant Contact service." weight: -10 libraries: {}
But issue was not resolved
- 🇮🇳India aman_lnwebworks
I @rosemaryreilman
I have upgraded the module with a new release version 4.2.0 but the issue still showing.
i have added screenshots please review it once.
- Merge request !11Issue #3430983 by Project Update Bot: Automated Drupal 11 compatibility fixes... → (Merged) created by Unnamed author
- 🇺🇸United States rosemarystanley
I created a new MR. I forgot to change the category value in the FieldType file. Let me know if that helps.
- 🇮🇳India aman_lnwebworks
Hi @rosemaryreilman
I have updated
category = "constant_contact"
in the src/Plugin/Field/FieldType/ConstantContactListItem.php file .Now the issue has been fixed.
Thank you !!
-
rosemaryreilman →
committed 10fe4cfa on 4.x
Issue #3513890: AssertionError: "Constant Contact" must be defined in
-
rosemaryreilman →
committed 10fe4cfa on 4.x