Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Pass path delimiter up to parent taxon#12376

Merged
pamil merged 3 commits into
Sylius:1.8from
Jeroen-G:patch-4
Mar 16, 2021
Merged

Pass path delimiter up to parent taxon#12376
pamil merged 3 commits into
Sylius:1.8from
Jeroen-G:patch-4

Conversation

@Jeroen-G
Copy link
Copy Markdown
Contributor

Q A
Branch? 1.8
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Related tickets
License MIT

This fixes a bug where this following taxon tree:

  • A
    • B
      • C

would lead to a full name of A / B > C instead of A > B > C if the call was $taxonC->getFullname('>');

@Jeroen-G Jeroen-G requested a review from a team as a code owner February 22, 2021 15:11
@Zales0123 Zales0123 added the Bug Confirmed bugs or bugfixes. label Mar 2, 2021
Copy link
Copy Markdown
Contributor

@Zales0123 Zales0123 left a comment

Choose a reason for hiding this comment

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

👍 it would be perfect to have it checked also with PHPUnit or Behat... but it can be overkill :D 🚀

Copy link
Copy Markdown
Contributor

@pamil pamil left a comment

Choose a reason for hiding this comment

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

I've added a test for that case :)

@pamil pamil merged commit f76c46e into Sylius:1.8 Mar 16, 2021
@pamil
Copy link
Copy Markdown
Contributor

pamil commented Mar 16, 2021

Thanks, JeroenG! 🎉

@Jeroen-G Jeroen-G deleted the patch-4 branch March 16, 2021 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bug Confirmed bugs or bugfixes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants