Activities of "huy.quan"

  • ABP Framework version: Abp.IO v3.3.1

  • UI type: Blazor

  • Tiered (MVC) or Identity Server Seperated (Angular): no

  • Exception message and stack trace: None

  • Steps to reproduce the issue:

  • Use abp suite command to create new entity.

  • Issue: The abp suite can create: ApplicationService, Dto, Permission. But cannot create Menu and Views

Answer

After upgrade to v4.0.0, I cannot generate Angular UI in folder angular by Abp Suite. The AppService, Dto , UnitTest, Permission are still fine.

Do you have solution to revert Abp Suite to previous version? Should I do that?

Thank team.

Answer

Bug: Advanced filters doesn't work from 2nd page toward. It only work on 1st page

Btw, I read from document site that AbpIO Angular had built-in primeng, but I cannot use it on project. Do I have to install it with npm? Or any configuration?

Thanks!

  • ABP Framework version: v4.0.0
  • Tiered (MVC) or Identity Server Seperated (Angular): no
  • Exception message and stack trace: No error exception message
  • Steps to reproduce the issue: Install and Import primeng, primeicons

Hi,

I did try to follow the tutorial from Angular PrimeNG Official site but cannot make it work in project. Could you help me to use it? Or any tutorial for PrimeNG and AbpIO Angular?

Thank team!

Answer

@armanozak Thanks for your fixing bug of advanced filters.

About PrimeNG, I read it from this blog: https://blog.abp.io/abp/ABP-v0-19-Release-With-New-Angular-UI

We've created the template, document and infrastructure based on the latest Angular tools and trends:

  • Uses NgBootstrap and PrimeNG as the UI component libraries. You can use your favorite library, no problem, but pre-built modules work with these libraries.
  • Uses NGXS as the state management library.
Answer

Bug: I cannot adjust page size or Pagination feature. For example, I add input.MaxResultCount = 5 in ngOnInit():

Then, the list is okay, but page number is incorrec. It should be 3 on below image. I check the page size of page button is still 10.

Is this a bug? Or what was I missing something here?

Thanks team.

  • ABP Framework version: v4.0.0
  • UI type: Angular
  • DB provider: EF Core
  • Identity Server Seperated (Angular): yes
  • Exception message and stack trace: ERROR Error: Uncaught (in promise): NullInjectorError: R3InjectorError(IdentityModule)[NgxsFeatureModule -> PermissionManagementState -> PermissionsService -> PermissionsService -> PermissionsService -> RestService -> InjectionToken CORE_OPTIONS -> InjectionToken CORE_OPTIONS -> InjectionToken CORE_OPTIONS]:

NullInjectorError: No provider for InjectionToken CORE_OPTIONS! NullInjectorError: R3InjectorError(IdentityModule)[NgxsFeatureModule -> PermissionManagementState -> PermissionsService -> PermissionsService -> PermissionsService -> RestService -> InjectionToken CORE_OPTIONS -> InjectionToken CORE_OPTIONS -> InjectionToken CORE_OPTIONS]: NullInjectorError: No provider for InjectionToken CORE_OPTIONS! at NullInjector.get (core.js:10789) at R3Injector.get (core.js:10956) at R3Injector.get (core.js:10956) at R3Injector.get (core.js:10956) at injectInjectorOnly (core.js:4902) at ɵɵinject (core.js:4906) at Object.RestService_Factory [as factory] (abp-ng.core.js:322) at R3Injector.hydrate (core.js:11124) at R3Injector.get (core.js:10945) at injectInjectorOnly (core.js:4902) at resolvePromise (zone-evergreen.js:798) at resolvePromise (zone-evergreen.js:750) at zone-evergreen.js:860 at ZoneDelegate.invokeTask (zone-evergreen.js:399) at Object.onInvokeTask (core.js:28255) at ZoneDelegate.invokeTask (zone-evergreen.js:398) at Zone.runTask (zone-evergreen.js:167) at drainMicroTaskQueue (zone-evergreen.js:569)

<br>

  • Steps to reproduce the issue:

When I try to access any feature relate to Permission such as: Administrator -> Indentity Management -> Users or Roles -> Permission. It always show error and cannot open modal to edit Permission

Please let me know how to check or fix it

Thanks support team.

The imports above is correct now. Anw, I've just fixed it by removing folder node_modules and run script npm install to install all packages again. Everything is okay now.

Thanks you, Mehmet

  • ABP Framework version: v4.0.2
  • UI type: Angular
  • DB provider: EF Core
  • Identity Server Seperated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue: Hi, I'm trying to use Validation in Angular Form with your tutorial . I don't know how to import DEFAULT_VALIDATION_BLUEPRINTS and validation in ThemeSharedModule. Please let me know if I missed somethings.

Thanks support team.

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

  • ABP Framework version: v4.0.2
  • UI type: Angular
  • DB provider: EF Core
  • Identity Server Seperated (Angular): no

<br> I have a query need to check Role of User, I can get list of user by using DbContext.Users but also need to check role of each user from list. How can I do that? Is it possible to get UserRoles by something like DbContext.UserRoles?

Thanks support team

Showing 1 to 10 of 27 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11