Missing configurationFormType to AsAttributeType#17762
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
❌ Preview Environment deleted from BunnyshellAvailable commands:
|
|
Hello @GSadee, I opened this new PR because I accidentally merged 2.0 to 1.14. |
|
The same PR #17745 is opened for 2.0 |
|
I launch CI on the 1.14 branch in my fork project and i get the same errors so the fix i added don't create error. |
… PHP AsAttributeType attribute does not.
…tributeType attribute.
1b23f9c to
3021e83
Compare
|
We had problems with the builds, so this PR was failing, I allowed myself to rebase it to test it properly 👌🏻 |
|
Thank you @tidall87! 🎉 |
The AttributeType service has a configuration_form_type entry but the PHP AsAttributeType attribute does not.
Trying to create custom attribute type I get an error trying to use AsAttributeType because it missing the configurationFormType property as the service yaml or xml declaration.
Working
Error