-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Customer_account.xml file abused #7816
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
Comments
@LiamFielding thank you for your feedback. |
According to contributor guide, tickets without response for two weeks should be closed. |
@veloraven Can you please reopen this issue and assign it to me. The issue is indeed not correct formated but it is an issue. I'll fix it. |
@PieterCappelle leaving it Unassigned + |
@LiamFielding, thank you for your report. |
Created PR for 2.3-develop branch. If accepted I'll create backport for 2.2-develop & 2.1-develop branch. |
Hi @LiamFielding. Thank you for your report. The fix will be available with the upcoming patch release. |
I'm working on the backport #distributed-cd |
@mikewhitby thank you for joining. Please accept team invitation here and self-assign the issue. |
This is in addiiton to magento#12852 commit 36cac17 - that fix removed the title from being set in the `customer_account.xml` file but the fix seemed to do nothing as the title was always being set in the controller anyway. I've removed from the controller and added to the correct layout file.
This is in addiiton to magento#12852 commit 36cac17 - that fix removed the title from being set in the `customer_account.xml` file but the fix seemed to do nothing as the title was always being set in the controller anyway. I've removed from the controller and added to the correct layout file.
This is in addiiton to magento#12852 commit 36cac17 - that fix removed the title from being set in the `customer_account.xml` file but the fix seemed to do nothing as the title was always being set in the controller anyway. I've removed from the controller and added to the correct layout file.
Hi @LiamFielding. Thank you for your report. The fix will be available with the upcoming 2.2.5 release. |
Hi @LiamFielding. Thank you for your report. The fix will be available with the upcoming 2.3.0 release. |
Hi @LiamFielding. Thank you for your report. The fix will be available with the upcoming 2.1.14 release. |
From the Magento Paypal module, this is added in its customer_account.xml file:
This is very unwise since the benefit of having the customer_account is that all the pages on there use it to update for the convenience of getting all of the dashboard links and updates.
After adding another page to the route, we now have to awkwardly remove what isn't even page.main.title.
I consider this an issue, I hope others feel the same way.
The text was updated successfully, but these errors were encountered: