Activities of "serdar.genc@talentra.net"

Hi @raif, can you solved this problem ? i have a problem like this.

Answer

4.3.1 abp suite dosen't work. when add new field to exist entity...

@alper It tries to re-create the entity every time I add a new property. Why is this not fixed?

a simple feature. it can actually be added by default. :) and favorite menu item feature can also be added etc.

Answer

4.3.1 abp suite dosen't work. when add new field to exist entity...

Answer

It was solved when I added it. OK. So is this the offical solution?

I mean, Cors issue in abp is solved in this way?

hi

They are the application services of blogs.

https://github.com/abpframework/abp/blob/dev/modules/blogging/src/Volo.Blogging.Application.Contracts/Volo/Blogging/Blogs/IBlogAppService.cs#L9

https://github.com/abpframework/abp/blob/dev/modules/blogging/src/Volo.Blogging.Admin.Application.Contracts/Volo/Blogging/Admin/Blogs/IBlogManagementAppService.cs#L10

thanks

Answer

hi

Can you share the http request details?

Hi, remote connect ?

hi, for example i want to get blog list. where your appservice ?

Answer

@serdar.genc

We've fixed the problem. Now you can add Volo.LeptonTheme module and it will work.

Or you can apply these simple steps to existing code:

  1. Remove Volo.Abp.AspNetCore.Components.Web.LeptonTheme project reference from your solution's *.Web project.

  2. Change Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton package reference to local project references in your solution's *.Web project.

(Replace <PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton" Version="4.3.0" /> with <ProjectReference Include="..\..\modules\Volo.LeptonTheme\src\Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton\Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton.csproj" />)

thank you @yekalkan. problem solved.

Answer

After adding the lepton source code to the project - Could not load file or assembly 'Volo.Abp.LeptonTheme.Management.Domain.Shared

Showing 31 to 40 of 66 entries
Made with ❤️ on ABP v9.1.0-rc.1. Updated on January 17, 2025, 14:13