Activities of "yekalkan"

Hi @dekiyana,

This is not a suggested way to relate Aggregate Roots, by ABP and DomainDrivenDesign. Check the note section in Add Relation to The Book Entity section: https://docs.abp.io/en/abp/latest/Tutorials/Part-10?UI=MVC&DB=EF#add-relation-to-the-book-entity

However, as the note stated, you can do it your way if you want. I think you have to check your implementation. I've found a stackoverflow question similar to yours: https://stackoverflow.com/questions/59199593/net-core-3-0-possible-object-cycle-was-detected-which-is-not-supported

Hi @mostafa_ibrahem22,

Sorry for the misunderstanding. Chat & FileManagement does have Angular UI. But it seems like your local cache has stored some source codes that angular ui's are missing.

You need to delete these files in %USERPROFILE%\.abp\templates folder:

Volo.Chat-5.0.1.zip Volo.FileManagement-5.0.1.zip

(Or 5.0.0 versions)

Then you can access to source codes with Suite.

I will refund your question credit.

Hi @Tony_Albutt,

This is not an expected usage of the chat module. I can't help you with that.

We've a Real-time Notification System on our roadmap, though release date is not set.

Answer

Hi @jkrause

I've followed the commands below and didn't see any error.

abp new Acme.BookStore -t app-pro

abp add-module Acme.Abp.Crm -t module-pro --new


Actually error with the package referencing is probably the result of the previous error (Could not find a class derived from AbpModule in the project '<path-to-project>/<project-name>.csproj').

Which project that AbpModule couldn't be found in? web, application, domain etc? ('<path-to-project>/<project-name>.csproj')

Answer

Hi @zalak,

if done by abp-input using directly DTO it isn't happening. Instead it only shows a normal input field of type text.

What is the html output of the field if done by abp-input using directly DTO? Can you share it?

Hi,

The problem you encounter is unrelated to our product.

I created a project (v4.4.3) and created-deleted-recreated a user with same username & email. I didn't get any exception.

Have you made any changes related with soft deletion in your project?

Now i see.

Administration project only has admin (management) side of lepton theme. So you can't customize lepton theme this way.

I suggest you to download the source code of lepton theme to a new folder in your microservice solution and replace Lepton Theme package references with local references by searching them in *.csproj files. Then you can customize it as you wish.

abp get-source Volo.LeptonTheme --version x.x.x

So is this a bug that should not be allowed?

We'll discuss this internally.

Can you check if the deleted user still exists in database?

Hi @firecape,

Have you checked Database Migrations for the Entity Framework Core section of the document?

Once you want to separate a module's database, you typically will need to create a second migration path

Showing 231 to 240 of 368 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30