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

Re-add generic CSS classes in subforms. #23190

Merged
merged 1 commit into from
Dec 24, 2018

Conversation

chrisdavenport
Copy link
Contributor

Summary of Changes

When support for nested subforms was added in #17552 (Joomla 3.9.0) the generic CSS classes group-add, group-remove and group-move were replaced by subform-specific classes which include the subform id. Unfortunately, the absence of the generic classes makes it harder to style these elements, so this PR adds the generic classes back in.

Testing Instructions

Set up a subform so you check the markup. A good example can be found in #17552

In your browser, view source or use dev tools to check that the generic group-add, group-remove and group-move classes are now included as well as the group-add-xx, group-remove-xx and group-move-xx classes (where xx is a subform id).

Expected result

Generic and subform-specific classes should both be available.

Actual result

Only subform-specific classes are available.

Documentation Changes Required

None.

@Quy
Copy link
Contributor

Quy commented Nov 28, 2018

I have tested this item ✅ successfully on d1d990f


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/23190.

@viocassel
Copy link
Contributor

I have tested this item ✅ successfully on d1d990f


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/23190.

@Quy
Copy link
Contributor

Quy commented Dec 24, 2018

RTC


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/23190.

@joomla-cms-bot joomla-cms-bot added the RTC This Pull Request is Ready To Commit label Dec 24, 2018
@wilsonge wilsonge merged commit 943f57d into joomla:staging Dec 24, 2018
@joomla-cms-bot joomla-cms-bot added PR-staging and removed RTC This Pull Request is Ready To Commit labels Dec 24, 2018
@wilsonge
Copy link
Contributor

Thanks guys!

@wilsonge wilsonge added this to the Joomla 3.9.2 milestone Dec 24, 2018
@chrisdavenport chrisdavenport deleted the subform-css-issue branch December 25, 2018 00:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants