Skip to content
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

IBX-4452: Moved logic to convert Limitation identifier into Label #180

Merged
merged 3 commits into from
Dec 19, 2022

Conversation

kisztof
Copy link
Contributor

@kisztof kisztof commented Dec 16, 2022

Question Answer
JIRA issue IBX-4452
Type improvement
Target Ibexa version v4.4
BC breaks no

This PR moved logic from method LimitationTranslationExtractor::identifierToLabel() caused by admin-ui's LimitationTranslationExtractor class deprecation to a new class.

ibexa/admin-ui#662

Checklist:

  • Provided PR description.
  • Tested the solution manually.
  • Provided automated test coverage.
  • Checked that target branch is set correctly (main for features, the oldest supported for bugs).
  • Ran PHP CS Fixer for new PHP code (use $ composer fix-cs).
  • Asked for a review (ping @ibexa/engineering).

@kisztof kisztof force-pushed the ibx-4452-deprecate-translation-extractors branch 2 times, most recently from 8a5aa1e to a015885 Compare December 19, 2022 08:09
@kisztof kisztof force-pushed the ibx-4452-deprecate-translation-extractors branch from a015885 to ee50a4d Compare December 19, 2022 09:29
@kisztof kisztof marked this pull request as ready for review December 19, 2022 09:30
@kisztof kisztof force-pushed the ibx-4452-deprecate-translation-extractors branch from ee50a4d to b18ac8e Compare December 19, 2022 09:30
@alongosz alongosz requested a review from a team December 19, 2022 14:25
@sonarcloud
Copy link

sonarcloud bot commented Dec 19, 2022

Please retry analysis of this Pull-Request directly on SonarCloud.

namespace Ibexa\Core\Limitation;

/**
* @internal
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* @internal

src/lib/Limitation/LimitationLabelIdentifierConverter.php Outdated Show resolved Hide resolved
@mikadamczyk mikadamczyk merged commit 1a81706 into main Dec 19, 2022
@mikadamczyk mikadamczyk deleted the ibx-4452-deprecate-translation-extractors branch December 19, 2022 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants