Activities of "maliming"

Answer

Can I check?

https://zoom.us/j/98800628842?pwd=RzlYV0tzU2NqVEZJWFBRVURUVUgwdz09

hi

Do you have enough disk space?

Can you try to remove the package-lock.json file?

You can try to use npm install

hi

What' the results if you run yarn?

.Web > yarn

hi

https://support.abp.io/QA/Questions/2300/Using-Host-Language-Texts-for-Tenants

https://support.abp.io/QA/Questions/1642/Is-there-a-way-to-bypass-Tenant-for-Translations#answer-eea69656-8bb0-af79-e8fb-39fe16c17820

Answer

run dbmigrator

How do you run it?

Can you try to usedotnet run?

We have a TemplateDefinitionProvider defined in our Domain project

hi

Can you try moving it into your Application.Contracts module?

hi

All new customers (owners of the license) can download the ABP Framework book for free from https://commercial.abp.io/my-organizations/

new customers : Get the license after the 16th of January

HI

Can you check your project file(csproj)? and update the version?

hi

Why do you want to without using VFS?

hi

You can add these code to the SportsMenuContributor I will fix the menu problem in next version.

var lf = context.GetLocalizer<FileManagementResource>();

context.Menu.GetAdministration().TryRemoveMenuItem(FileManagementMenuNames.GroupName);

context.Menu
    .GetAdministration()
    .AddItem(
        new ApplicationMenuItem(FileManagementMenuNames.GroupName, lf["Menu:FileManagement"], "~/file-management", icon: "fa fa-folder-open")
            .RequireFeatures(FileManagementFeatures.Enable)
            .RequirePermissions(FileManagementPermissions.DirectoryDescriptor.Default)
            .RequirePermissions("Innovain.Sports.Shared")
    );
Showing 8461 to 8470 of 10598 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
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 08, 2025, 09:55