Activities of "alper"

I stumbled upon a problem while containerising a the Blazor WebAssembly project. Is there any sample Docker file?

hi,

1- no need 2- it uses the default SMS Sender. you can use Twilio SMS sender to send it. Add this module to your project https://commercial.abp.io/modules/Volo.Abp.Sms.Twilio 3- check that your website URL is correct and running. 4- can you give the reproduce steps in details. with screenshots and logs.

it looks like misconfiguration of Identity Server. Did you add clients to the Identity Server tables in database? also check the other tables because out of the box it's configured for your main web project.

Answer

@scott7106 this is not directly related to Suite. Angular 4.0.1 has this issue. See https://support.abp.io/QA/Questions/626#answer-f3fa08ce-4fde-bd00-28fb-39f981e5f56d

this is fixed in v4.1. it'll be released in a couple of days.

hi michael,

yeah that seems to be a bug. sorting must be put before the fetch operation. Even though it's on the open-source side, nobody has reported this yet. Maybe because MongoDB is not used by many people. I created an issue on the ABP repo. Also I increased your question credits. Let's track the issue at https://github.com/abpframework/abp/issues/6706

Answer

you are free to download the source-code and modify it. But as I mention, this is not supported by Suite. Also if you modify the source-code you will also not be able to update from NuGet packages. You can also say this is a bug. Also Suite doesn't generate code if you have 2 different front-end UI (like Blazor and MVC), it's also not bug. It just doesn't support now and it's not a blocking case. You can write your entities manually as you do. I'll create an issue to cover your case.


Issue no: #4377

I was able to fix this myself by replacing the OrganizationUnitManagerservice and override the MoveAsync method so that it calledOrganizationUnitRepository.UpdateAsync after making any changes to properties of any OrganizationUnit.

That means MongoDb repository doesn't update it. I'll open an issue for this problem and try to reproduce it. We'll fix this in the next version if there's a bug.


Issue no: #4357

Answer

because Suite cannot determine project UI and it's trying to create AutoMapper class for MVC. But you are using Angular. This is because you are using module source-code in the application. can you just try to create the entity without modules source-code included.

The following commit shows how to add your own logo

And result is

Further information https://docs.abp.io/en/abp/latest/UI/Blazor/Customization-Overriding-Components#example-replacing-the-branding-area

Showing 1301 to 1310 of 1975 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 18, 2024, 05:54