Hello,
I have been thoroughly testing this issue using both the CLI and the Studio application across different operating systems. However, I have been unable to reproduce the problem.
For this demonstration, I used the following command to create a new project: abp new TestBreakpointFallacy -u angular -csf
, ensuring I was using the latest CLI version as specified in the official documentation. Despite these efforts, the issue does not appear at the specific +/- 1200px breakpoint as described.
Hello, this problem has been resolved with the latest version release referencing this question.
Hello, the warnings that you have mentioned will be eliminated within the next version release. Thank you for your patience and cooperation.
Hello, thank you for reporting this. We will be fixing the problem as soon as possible and refunding your ticket.
Hello, we have not made any change that would affect here. My question is whether you have customized any part that might suppress here since I cannot produce the same problem on my side.
Ah, that makes complete sense. Thank you!
I wonder, though: is there any ability to highlight the menu item for child routes? As in my example, we usually have /list and /detail child routes. It would be nice to be able to set a menu item "Page 1" with a path of "/module1/page1" and have it be marked as active if we're at either "/module1/page1/list" or "/module1/page1/detail".
Hello, you can manage the breadcrumb value by adding the breadcrumbText
attribute to your route configurations like this
{
path: '/module1/page1',
name: 'M1P1',
parentName: '::Menu:Module1',
order: 1,
iconClass: 'fas fa-table',
layout: eLayoutType.application,
breadcrumbText: 'Custom Breadcrumb',
}
However, the highlight you mentioned is also managed within this route config for the time being. So, you will need to add them here.
Thank you for providing the related screenshot, and I will consult my teammates about this problem. I also see that you have been using the old CLI for managing this action, so I can suggest you to use the new one until then https://abp.io/docs/latest/cli/differences-between-old-and-new-cli
Thank you for providing more details. As mentioned in the documentation, you can specify the version for this case https://abp.io/docs/latest/CLI#get-source
This part should be working the same for the cli as well. Can you please share the related package.json that has been generated for the gdpr project? May I also know your cli version?