Activities of "hadiddev"

Could you share your Dto wıth me? (or similar for an example)

Hi All,

I re-created the mentioned entity from abp suite and that solve the problem.

Hi,
can you create it according to the document here?

Hi,

Still the same error

Hi All,

We started using abp framework this week and after generate entities and frontend using abp suite, we got several errors related to self reference like below:

Error: src/app/categories/category/components/category.component.html:54:34 - error TS2339: Property 'getCategoryLookup' does not exist on type 'CategoryService'.

54 [getFn]="service.getCategoryLookup" ~~~~~~~~~~~~~~~~~

Api project had a such endpoint, but the problem it doesn't exists in (angular service) proxy:

[HttpGet] [Route("category-lookup")] public Task<PagedResultDto<LookupDto<int>>> GetCategoryLookupAsync(LookupRequestDto input) { return _categoriesAppService.GetCategoryLookupAsync(input); }

Could you please advise how to avoid this issue later?

If you're creating a bug/problem report, please include followings:

  • ABP Framework version: vX.X.X
  • UI type: Angular / M /7.0.2or
  • DB provider: EF C
  • Tiered (MVC) or IdentiSeparated (Angular): yes / no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"
Showing 1 to 3 of 3 entries
Made with ❤️ on ABP v8.3.0-preview Updated on July 04, 2024, 07:07