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

[BUGFIX] default localized accordion items #1078

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Kayu84
Copy link

@Kayu84 Kayu84 commented Sep 1, 2021

localized default accordion items not working. localized items getting the same {record.data.uid}.

Pull Request

Prerequisites

Tested with:

  • Changes have been tested on TYPO3 v9.5 LTS
  • Changes have been tested on TYPO3 v10.4 LTS
  • Changes have been tested on TYPO3 dev-master
  • Changes have been tested on PHP 7.2.x
  • Changes have been tested on PHP 7.3.x
  • Changes have been tested on PHP 7.4.x
  • Changes have been checked for CGL compliance php-cs-fixer fix

Description

Tested with bk2k/bootstrap-package 11.0.3 & 12.0.1

localized default accordion items not working. localized items getting the same {record.data.uid}.
fixed default language, cause {activeElement} == {record.data._LOCALIZED_UID} could be both '' (NULL) and results in true.
fixed button (collapsed) && accordion-item (show)
@gilbertsoft gilbertsoft changed the title [FIX] default localized accordion items [BUGFIX] default localized accordion items Sep 1, 2021
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

1 participant