Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions phpunit.integration.baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<issue><![CDATA[Since symfony/twig-component-bundle 2.13: Not setting the "twig_component.anonymous_template_directory" config option is deprecated. It will default to "components" in 3.0.]]></issue>
<issue><![CDATA[Since symfony/ux-twig-component 2.13: Not setting the "twig_component.defaults" config option is deprecated. Check the documentation for an example configuration.]]></issue>
<issue><![CDATA[Since symfony/dependency-injection 7.4: Service id "Ibexa\Rest\Server\Common\Parser" looks like a FQCN but no corresponding class or interface exists. To resolve this ambiguity, please rename this service to a non-FQCN (e.g. using dots), or create the missing class or interface.]]></issue>
<issue><![CDATA[Since symfony/dependency-injection 7.4: Service id "Ibexa\AdminUi\Form\Type\Search\DateIntervalType" looks like a FQCN but no corresponding class or interface exists. To resolve this ambiguity, please rename this service to a non-FQCN (e.g. using dots), or create the missing class or interface.]]></issue>
<issue><![CDATA[Since symfony/config 7.4: Setting a default value to a required node is deprecated. Remove the default value from the node "min_query_length" or make it optional.]]></issue>
<issue><![CDATA[Since symfony/config 7.4: Setting a default value to a required node is deprecated. Remove the default value from the node "result_limit" or make it optional.]]></issue>
<issue><![CDATA[Since symfony/framework-bundle 7.3: Not setting the "property_info.with_constructor_extractor" option explicitly is deprecated because its default value will change in version 8.0.]]></issue>
Expand All @@ -19,9 +18,6 @@
<issue><![CDATA[Since ibexa/core 5.0: Since ibexa/core 5.0: The "Ibexa\Bundle\Core\ApiLoader\RepositoryConfigurationProvider" service is deprecated and will be removed in 6.0. Use Ibexa\Contracts\Core\Container\ApiLoader\RepositoryConfigurationProviderInterface instead]]></issue>
<issue><![CDATA[Since ibexa/core 5.0: Since ibexa/core 5.0: The "Ibexa\Bundle\Core\ApiLoader\RepositoryConfigurationProvider" service is deprecated and will be removed in 6.0. Use Ibexa\Contracts\Core\Container\ApiLoader\RepositoryConfigurationProviderInterface instead]]></issue>
<issue><![CDATA[Since ibexa/core 5.0: Since ibexa/core 5.0: The "Ibexa\Bundle\Core\ApiLoader\RepositoryConfigurationProvider" service is deprecated and will be removed in 6.0. Use Ibexa\Contracts\Core\Container\ApiLoader\RepositoryConfigurationProviderInterface instead]]></issue>
<issue><![CDATA[Since twig/twig 3.28: Using the "use" tag outside the root of a template is deprecated in /home/runner/work/admin-ui/admin-ui/src/bundle/DependencyInjection/../../../src/bundle/Resources/views/themes/admin/ui/form_fields.html.twig at line 551.]]></issue>
<issue><![CDATA[Since ibexa/admin-ui 4.6.19: Twig Function "ibexa_render_component_group" is deprecated; use "ibexa_twig_component_group" instead in /home/runner/work/admin-ui/admin-ui/src/bundle/DependencyInjection/../../../src/bundle/Resources/views/themes/admin/ui/edit_header.html.twig at line 31.]]></issue>
<issue><![CDATA[Since twig/twig 3.28: Using the "macro" tag outside the root of a template is deprecated in /home/runner/work/admin-ui/admin-ui/src/bundle/DependencyInjection/../../../src/bundle/Resources/views/themes/admin/content/tab/url/modal_add_custom_url.html.twig at line 16.]]></issue>
</line>
</file>
<file path="vendor/ibexa/core/src/bundle/Core/DependencyInjection/Compiler/SlugConverterConfigurationPass.php">
Expand Down
2 changes: 0 additions & 2 deletions src/bundle/Resources/config/services/forms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,6 @@ services:

Ibexa\AdminUi\Form\Type\RoleAssignment\RoleAssignmentType: ~

Ibexa\AdminUi\Form\Type\Search\DateIntervalType: ~

Ibexa\AdminUi\Form\Type\Search\SearchType:
arguments:
$baseType: '@Ibexa\Bundle\Search\Form\Type\SearchType'
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{% macro info_text(message, modifier = '') %}
<div class="ibexa-custom-url-from__info-text{{ modifier ? ' ibexa-custom-url-from__info-text--' ~ modifier : '' }}">
<svg class="ibexa-icon ibexa-icon--small">
<use xlink:href="{{ ibexa_icon_path('system-information') }}"></use>
</svg>
{{ message }}
</div>
{% endmacro %}
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,7 @@
{{ form_start(form, {'action': path('ibexa.custom_url.add')}) }}
{% endblock %}
{% block body_content %}
{% macro info_text(message, modifier = '') %}
<div class="ibexa-custom-url-from__info-text{{ modifier ? ' ibexa-custom-url-from__info-text--' ~ modifier : '' }}">
<svg class="ibexa-icon ibexa-icon--small">
<use xlink:href="{{ ibexa_icon_path('system-information') }}"></use>
</svg>
{{ message }}
</div>
{% endmacro %}

{% import _self as component %}
{% import '@ibexadesign/content/tab/url/macros.html.twig' as component %}

<div class="ibexa-custom-url-from">
<div class="ibexa-custom-url-from__item">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
{% endif %}

{% block after_action_name %}
{{ ibexa_render_component_group('content-form-edit-header-info-bar-extras', {}) }}
{{ ibexa_twig_component_group('content-form-edit-header-info-bar-extras', {}) }}
{% endblock %}
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -556,8 +556,6 @@
{%- endblock %}

{% block content_type_meta_field_definition_enabled_row -%}
{% use '@ibexadesign/ui/form_fields/toggle_widget_ds.html.twig' %}

<div class="ibexa-content-type-edit__form-field ibexa-form-field form-group">
{{ block('form_label') }}
{{ block('toggle_widget') }}
Expand Down
Loading