-
Notifications
You must be signed in to change notification settings - Fork 19
IIBX-10978: Added tel/mailto options to urlType #1803
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
Closed
Closed
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
…oint (#1503) * IBX-9722: Created dedicated endpoint for graphql replacement * Implemented Sorting by moving to location filtering API * Added missing fields + reorganized response * Frontend part of drop graphql * Grid view adjustments * eslint fixes * Translations * fixed possible UnauthorizedException when accessing Section from ContentInfo * Update src/bundle/Controller/Location/LoadSubItemsController.php Co-authored-by: Konrad Oboza <[email protected]> * Update src/bundle/Controller/Location/LoadSubItemsController.php Co-authored-by: Konrad Oboza <[email protected]> * Update src/bundle/Controller/Location/LoadSubItemsController.php Co-authored-by: Konrad Oboza <[email protected]> * Update src/bundle/Controller/Location/LoadSubItemsController.php Co-authored-by: Konrad Oboza <[email protected]> * Moved to search service from filtering locations * After CR --------- Co-authored-by: Lukasz Ostafin <[email protected]> Co-authored-by: Konrad Oboza <[email protected]>
* [Rector] Applied SetList::TYPE_DECLARATION built-in Rector set Applied Rectors: * Rector\TypeDeclaration\Rector\Class_\AddTestsVoidReturnTypeWhereNoReturnRector * Rector\TypeDeclaration\Rector\ClassMethod\AddMethodCallBasedStrictParamTypeRector * Rector\TypeDeclaration\Rector\ClassMethod\AddParamTypeBasedOnPHPUnitDataProviderRector * Rector\TypeDeclaration\Rector\ClassMethod\AddVoidReturnTypeWhereNoReturnRector * Rector\TypeDeclaration\Rector\ClassMethod\BoolReturnTypeFromBooleanStrictReturnsRector * Rector\TypeDeclaration\Rector\ClassMethod\ParamTypeByMethodCallTypeRector * Rector\TypeDeclaration\Rector\ClassMethod\ReturnTypeFromMockObjectRector * Rector\TypeDeclaration\Rector\ClassMethod\ReturnTypeFromReturnDirectArrayRector * Rector\TypeDeclaration\Rector\ClassMethod\ReturnTypeFromReturnNewRector * Rector\TypeDeclaration\Rector\ClassMethod\ReturnTypeFromStrictNewArrayRector * Rector\TypeDeclaration\Rector\ClassMethod\ReturnTypeFromStrictParamRector * Rector\TypeDeclaration\Rector\ClassMethod\ReturnTypeFromStrictTypedCallRector * Rector\TypeDeclaration\Rector\ClassMethod\ReturnUnionTypeRector * Rector\TypeDeclaration\Rector\ClassMethod\StrictArrayParamDimFetchRector * Rector\TypeDeclaration\Rector\ClassMethod\StrictStringParamConcatRector * Rector\TypeDeclaration\Rector\ClassMethod\StringReturnTypeFromStrictStringReturnsRector * Rector\TypeDeclaration\Rector\Class_\PropertyTypeFromStrictSetterGetterRector * Rector\TypeDeclaration\Rector\Class_\TypedPropertyFromCreateMockAssignRector * Rector\TypeDeclaration\Rector\Closure\AddClosureVoidReturnTypeWhereNoReturnRector * Rector\TypeDeclaration\Rector\Closure\ClosureReturnTypeRector * Rector\TypeDeclaration\Rector\Empty_\EmptyOnNullableObjectToInstanceOfRector * Rector\TypeDeclaration\Rector\Property\TypedPropertyFromAssignsRector * Rector\TypeDeclaration\Rector\Property\TypedPropertyFromStrictConstructorRector * Rector\TypeDeclaration\Rector\Property\TypedPropertyFromStrictSetUpRector --------- Co-authored-by: Adam Wójs <[email protected]>
# Conflicts: # phpstan-baseline.neon
* [Composer] Bumped Symfony packages requirements to ^7.2 * [Composer] Bumped 3rd party packages compatible with for Symfony 7 * Added missing type declaration to Ibexa\AdminUi\Validator\Constraints\LocationIsNotSubLocation::$message * Added missing type declaration to Symfony\Component\Form\DataTransformerInterface * [Tests] Fixed Ibexa\Tests\Bundle\AdminUi\Templating\Twig\FieldEditRenderingExtensionTest test * [Tests] Aligned LimitationValueRenderingExtensionTest with core changes * [PHPStan] Removed resolved issues from the baseline * Changed event subscription from PRE_SET_DATA to POST_SET_DATA in ModifyFieldDefinitionFieldsSubscriber --------- Co-authored-by: Adam Wójs <[email protected]>
…grade (#1547) * [Forms] Moved adding trash_options to confirmation modal to POST_SET_DATA event * Refined checking if confirmation checkbox should be added * [PHPStan] Removed resolved issues from the baseline
For more details see https://issues.ibexa.co/browse/IBX-11035 and #1795 Key changes: * Added scss file import lost during merge-up
Remove duplicate methods
|
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.


Description:
For QA:
Documentation: