-
Couldn't load subscription status.
- Fork 17
IBX-8533: Dropped deprecated code #1313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
84ba7d9 to
faf19f0
Compare
5f558de to
a50ba3f
Compare
a50ba3f to
13a74a6
Compare
|
Steveb-p
approved these changes
Aug 2, 2024
konradoboza
approved these changes
Aug 2, 2024
This was referenced Aug 6, 2024
alongosz
added a commit
to ibexa/content-forms
that referenced
this pull request
May 14, 2025
AdminUI FieldTypeValidator has been removed via ibexa/admin-ui#1313 in favor of ContentForms one.
adamwojs
pushed a commit
to ibexa/content-forms
that referenced
this pull request
May 14, 2025
* Fixed incorrect return type of `ImageValueTransformer::reverseTransform` * [GHA] Fixed accidentally disabled CI jobs * Fixed an incorrect reference to AdminUI FieldTypeValidator (AdminUI FieldTypeValidator has been removed via ibexa/admin-ui#1313 in favor of ContentForms one) * Dropped obsolete alias of `validator.constraint_validator` Service tag * Added missing UI translation * [Git] Added ``.phpunit.result.cache` to .gitignore * [Behat] Fixed usage of removed `user_registration.group_id` SA setting
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.



Related PRs:
Description:
Failing behat tests are due to removing
content_edit_form_templateswhich is widly spread across our codebase, and I remove them in separate PRs - after those are merged, we can go with restarting tests here.For QA:
Documentation: