Activities of "alper"

Question

Update the ABP CLI:

dotnet tool update -g Volo.Abp.Cli

Update the ABP Suite:

abp suite update or dotnet tool update -g Volo.Abp.Suite

  • Release notes https://docs.abp.io/en/commercial/latest/release-notes

@sean.alford your bug report filed. thanks

hi,

did you see this document https://docs.abp.io/en/commercial/latest/ui/angular/entity-action-extensions it explains how to add a new item to the Actions menu.

hi the log says your settings for the email is invalid. The password field for the email account is encrypted in AbpSettings table or in the appsettings.json with the name Abp.Mailing.Smtp.Password

Also in debug mode the implementation of IEmailSender is being replaced by NullEmailSender which doesn't send email, only logs it.

You can encrypt your password with the IStringEncryptionService

I've got a feedback from the team. they are planning to create a community page where you can report bugs / features (votable)

in debug mode ABP doesn't send email, check your logs to see the email body.

if you don't want Suite create navigation property, it's easy to remove; edit this template Server.Entity.Partials.NavigationPropertyDefinition.txt and remove the marked row


I created a post about this topic https://community.abp.io/articles/how-to-add-the-user-entity-as-a-navigation-property-furp75ex

Hide FullScreen Item

you can simply hide the fullscreen item with the following jQuery command in a global JavaScript file.

$("#btnFullscreen").parent().hide()

or add a CSS in your global CSS file.

#btnFullscreen {
    display:none;
}

Layout Hook:

There are 4 locations you can render a component. You can create your side menu as ViewComponent and render in these locations. See the locations for HomePageLayout.cshtml

See also;

  • https://github.com/abpframework/abp/issues/2525#issuecomment-570175461
  • https://github.com/abpframework/abp/issues/1361#issuecomment-505063373

@wazbek thanks for the feedback. @mehmet will check the issue.

Showing 1861 to 1870 of 2058 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 18, 2025, 07:10