Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa370fc commit 55d046dCopy full SHA for 55d046d
2 files changed
src/Sylius/Behat/Context/Ui/Admin/ManagingShipmentsContext.php
@@ -66,7 +66,7 @@ public function shipmentOfOrderShouldBe(
66
];
67
68
if ($channel !== null) {
69
- $parameters = ['channel' => $channel->getCode()];
+ $parameters = ['channel' => $channel->getName()];
70
}
71
72
Assert::true($this->indexPage->isSingleResourceOnPage($parameters));
src/Sylius/Bundle/AdminBundle/Resources/views/Order/Grid/Field/channel.html.twig
@@ -1 +1 @@
1
-<span class="ui small horizontal circular label" style="background-color: {{ data.color }}"></span> {{ data.code }}
+<span class="ui small horizontal circular label" style="background-color: {{ data.color }}"></span> {{ data.name }}
0 commit comments