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-644: URL Field Type redesign #1839

Merged
merged 2 commits into from
Aug 10, 2021
Merged

Conversation

GrabowskiM
Copy link
Contributor

Question Answer
Tickets https://issues.ibexa.co/browse/IBX-644
Bug fix? no
New feature? no
BC breaks? no
License GPL-2.0

Checklist:

  • Coding standards ($ composer fix-cs)
  • Ready for Code Review

@@ -42,25 +42,29 @@
{%- endblock %}

{% block form_row_subfield -%}
{% set wrapper_class = 'ez-data-source__field ez-data-source__field--' ~ name %}
{% set wrapper_class = 'ibexa-data-source__field ibexa-data-source__field--' ~ name ~ ' ez-data-source__field ez-data-source__field--' ~ name %}
Copy link
Contributor

Choose a reason for hiding this comment

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

Why ez- classes were left? For fields, which are not converted to ibexa- yet?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Exactly, otherwise all css and js files would have to be adjusted, these classes would have to be removed at the end of refactoring

@GrabowskiM GrabowskiM changed the base branch from IBX-619-as-an-editor-i-want-to-see-the-redesigned-field-types-in-edit-view-mode to master August 9, 2021 08:22
@sonarcloud
Copy link

sonarcloud bot commented Aug 9, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@dew326 dew326 merged commit f5c48f7 into master Aug 10, 2021
@dew326 dew326 deleted the IBX-644-url-field-type-redesign branch August 10, 2021 07:06
mnocon pushed a commit that referenced this pull request Oct 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants