Activities of "hakan.uskaner"

Hi Alper,

i have searched you support Database for the support of these realtionships with ABP Suite.. Yes this can be done be hand coding, but would this break our code in future version of the abp suite ? Besides that it would be great if you could give an info where on your roadmap its planned.. i did search at github milestones but couldnt find any info about it.. currently i am evaluating your commercail solution..

Answer

With 4.3.0-rc.2 now blazor-server works, but not with preview option:

Answer

After generating a Blazor Server Project "abp new test -u blazor-server" ( with 4.3.0-rc.2 ) the project is created, but cannot be used by Abp Suite. When the Crud Page Generator is opened follwing error occurs:

Answer

If i try to add an Entity to a new Blazor WebAssembly Project generated with ""abp new test -u blazor-server" ( with 4.3.0-rc.2 ) , i get this error:

Answer

@alper: I did reinstall 4.30-rc.2 and from my 3 Errors now 2 are gone, one left:

Reinstall: dotnet tool uninstall Volo.Abp.Suite -g dotnet tool uninstall Volo.Abp.Cli -g

dotnet tool install -g Volo.Abp.Cli --version 4.3.0-rc.2 dotnet tool install -g Volo.Abp.Suite --version 4.3.0-rc.2

Generating blazor server solution now works: abp new test -u blazor-server --preview

Opening the generated test solution with abp suite and Crud Page Generator: Still same Error: "Cannot find the directory"

Adding an Entity to Blazor Web Asssembly now works and doesnt fail anymore: abp new test2 -u blazor --preview

Answer

If you save and generate Entities after a change again in Abp Suite, then within the Project AutomapperProfile.cs the CreateMap Entries are duplicated not replaced.

Answer

It would be great if you could provide a Link for addressing issues and feature requests for abp suite. This is usefull to getting Feedback for you what features are wished by your customers and handling issues. On GitHub we can post for the free abp framework, so one different for commercial would be great.

Answer

@alper: This Link you send https://support.abp.io/QA/Questions/954/We-are-listening-to-you seems to be locked:

Answer

ok, sorry.. i will follow that link

Answer

I have an error with abp 4.3.0 and the Tiered MVC Version I think we got that error before, but could not find a issue here at that page.

Steps to reproduce:

  1. Generate a new MVC/EF Version with Tiered Option enabled
  2. Generate a Item a property with Abp Suite
  3. Start Web Application and access that Item Page

You receive that error:

(Also an bug or feature : The AddItem Menu Entry in MenuContributor is in a different place at ConfigureUserMenuAsync instead ConfigureMainMenuAsync)

I did check the index.js from that Item. There seams to be an error at the controller at line 3:

var inventoryItemService = window.tierTest.controllers.inventoryItems.inventoryItems;

instead of : var inventoryItemService = window.tierTest.controllers.inventoryItems.inventoryItem;

I couldn't fix, because it seams that are more errors somewhere..

It works well if i generate a new ap without the Tired Option.

Do you got an workaround ?

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