Activities of "alkaabi"

  • ABP Framework version: v3.0.3
  • UI type: Angular
  • Tiered (MVC) or Identity Server Seperated (Angular): yes

Hi Abp Team,

I am trying to extend Abp OrganizationUnit by introducing extra properties. I have looked at the documentation on how to do that by using ObjectExtensionManager.Instance.Modules(). However, what I am not able to figure out is adding a property which is a foreign key to another entity/table.

Say for example I have an entity called "OrganizationUnitCategory" which has a column called Id of type Guid. I need a property named UnitCategoryId to be added to Abp OrganizationUnit. Adding UnitCategoryId is strightforward but defining the navigation property of Type "OrganizationUnitCategory​" is unclear for me.

You help is appreciated.

Thank you

I dont think this answers my questions unless I don't understand what is going on.

I will show you what I have done and you can direct me If I am on the right track.

I have created a UnitCategory class

I have added the extra properties to OrganizationUnit as documented in the docs.abp.io

and added the mappings

and Defined the navigation properties

and that is what I get in migration

When I run the migrator project, this is what I get:

It breaks in SeedAsync method.

Thnak you, Works like a charm.

  • ABP Framework version: v3.2.0
  • UI type: Angular
  • Tiered (MVC) or Identity Server Seperated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:

I am trying use the abp generate-proxy but I get "Maximum call stack size exceeded" error.

Here is a screenshot of this problem:

This problem started to happen after we updated to abp version 3.1

<br> Your help is appreciated.

Thank you

I am not sure I follow you. What do you mean by recurisve interface ?

Thanks

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: v3.2.0
  • UI type: Angular
  • Tiered (MVC) or Identity Server Seperated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:

When building Angular for production, there are hundreds of locales related files that get generated. How can we exclude these files from build process while keeping only locales that we need?

Hi,

Unfortunately, We are not using Razor UI for our project. We are using angular. I dont think it will be an easy task to replace organization unit component using the Replaceable Component Api. Is it?

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: v3.3.0
  • UI type: Angular
  • Tiered (MVC) or Identity Server Seperated (Angular): yes

Hi,

I am facing a problem after deploying the application to the production environemnt. Basically, When I try to login into the application, I get redirected to the to the identity server login screen. I enter my credentials and I login successfully. After that Identity server redirects me back to the angular app main page but without showing any user information at the top bar (Login button is still visible). This means angular is not getting authenticated for some reason. In local development ennvironemt, everything is working fine. This only happnens when deploying the app into production environemnt.

You help is appreciated

Here is a screenshot of the login process. There is no any log error in Identity server or angular application. You urgent help is much appreciated

<br>

<br> <br>

Here is a screenshot of identity logs. NO error is shown

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