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
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")
);
Can you check the logs?
https://learning.postman.com/docs/sending-requests/cookies/
It's on the plan.