Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[DS-1657] Extend override libraries for WS override plugin #255

Merged
merged 1 commit into from
Nov 12, 2024

Conversation

aleevas
Copy link
Contributor

@aleevas aleevas commented Nov 5, 2024

Jira: DS-1657

How to check:

@@ -134,7 +134,7 @@ private function getSelectedColorway(EntityInterface $entity): string {
$stored_ws_styles = $entity?->override_styles?->value
? unserialize($entity?->styles?->value)
: $this->getDefaultWsStyle($entity->bundle());
return $stored_ws_styles['colorway'];
return $stored_ws_styles['colorway'] ?? '';
Copy link
Contributor Author

Choose a reason for hiding this comment

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

To fix
image

@aleevas aleevas marked this pull request as ready for review November 8, 2024 16:26
@rollki
Copy link

rollki commented Nov 12, 2024

@podarok Please review this PR.

@podarok podarok merged commit 5a43dea into YCloudYUSA:main Nov 12, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants