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

Cleanup of conditions in Classificationstore's classdefinition #8598

Merged
merged 3 commits into from Apr 1, 2021
Merged

Cleanup of conditions in Classificationstore's classdefinition #8598

merged 3 commits into from Apr 1, 2021

Conversation

NiklasBr
Copy link
Contributor

Changes in this pull request

  • array_keys($array, true, true) returns all keys which matches the second argument (true)
  • $groupList got a proper Order Key, a listing without it had no effect as we could see.
  • general QoL things like removing unnecessary assignment on $relation = $relation->load(); and phpdoc cleanup.
  • Tooltip fallback with description only if description contains any text, would often end with ugly " - " otherwise.
  • Don't call recursiveGetActiveGroupCollectionMapping() until required.

@brusch brusch added this to the 6.8.12 milestone Apr 1, 2021
@brusch brusch assigned weisswurstkanone and unassigned dvesh3 Apr 1, 2021
@brusch brusch merged commit fe5c565 into pimcore:6.8 Apr 1, 2021
@brusch
Copy link
Member

brusch commented Apr 1, 2021

Thanks a lot! 👍

weisswurstkanone pushed a commit that referenced this pull request Apr 2, 2021
activeGroups should keep the format [id => bool] in recursiveGetActiveGroupsIds() previous change incorrectly changed it to [int => id]
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

4 participants