Activities of "yushafizalyusri@gmail.com"

I see. Noted. I guess we have to wait for v8.3.0 to come out on studio platform. Thanks

  • ABP Framework version: v8.3.0
  • UI Type: Angular
  • Database System: EF Core (SQL Server, Oracle, MySQL, PostgreSQL, etc..)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • ABP Studio CLI: v0.8.0
  • ABP Studi: v0.8.0
  • ABP Suite: v8.3.0
  • Steps to reproduce the issue: It has been 6 days since ABP v8.3.0 released and somehow we cannot generate latest stable version. Current ABP Studio can only generate solution based on ABP v8.2.3. Even CLI commands generate v8.2.3. This is frustrating since we love to test out latest stable version from your side. And is there any other way to force generate latest stable version for this case v8.3.0? Here's my cli command: abp new abp830 -t app-pro -u angular --tiered --progressive-web-app -m none --separate-auth-server --database-provider ef --database-management-system PostgreSQL -smr -nsl -nkc --dont-run-install-libs -no-file-management -no-chat -no-gdpr -csf
Answer

Glad to hear that. Thank you.

Question
  • ABP Framework version: v7.4.2
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes

We've been using the Lepton Theme since version 5.1, and with multiple updates, we've progressed to version 7.4.2. There's a strong likelihood that we'll continue upgrading beyond version 8.0.0 in the near future. The main concern is, how long will it be supported?

Hi, you can use Angular Routerlink to navigate to another page.

To create: <a [routerLink]="['/user/create']"> link to create user component </a>

To edit: <a [routerLink]="['/user/edit']" [queryParams]="{id: yourId}"> link to edit user component </a>

Make sure to declare your routes.

Refer

Thank you @muhammedaltug. Your fix works great.

  • ABP Framework version: v6.0.1
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes

Hi,

We've upgraded existing project abp v5.3.1 to 6.0.1 and sticked to Lepton Theme.

Everything went fine except this update messes up css ordering after compiled. For this case, styles.scss should've rendered the last instead of lepton6.scss. Any suggestion for this issue?

Thanks.

Showing 1 to 7 of 7 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13