Closed
Description
Steps:
1 Create module with company name as Foobar.
2 Create view/frontend/layout/customeraccount.xml file with the following content
<?xml version="1.0"?>
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../../lib/internal/Magento/Framework/View/Layout/etc/page_configuration.xsd">
<body>
<referenceBlock name="customer_account_navigation">
<block class="Magento\Framework\View\Element\Html\Link\Current" name="customer-account-navigation-foobar-link" after="-">
<arguments>
<argument name="path" xsi:type="string">foobar/customer</argument>
<argument name="label" xsi:type="string">Foobar link</argument>
</arguments>
</block>
</referenceBlock>
</body>
</page>
3 Go to customer account and see in navigation menu
Actual result
"Foobar link" is the first in the navigation menu
Expected result
"Foobar link" is the last in the navigation menu
Additional info
Company name must be less than "Magento" in string compare.