Activities of "Jesse.Thomas@condoauthorityontario.ca"

Thank you Enisn, this worked!

Thank you liangshiwei , this worked!

Jesse

Hi, you can try this:

public interface ICustomLanguageTextAppService : ILanguageTextAppService 
{ 
 .... 
} 
[ExposeServices(typeof(ICustomLanguageTextAppService), typeof(ILanguageTextAppService))] 
public class CustomLanguageTextAppService : LanguageTextAppService, ICustomLanguageTextAppService 
{ 
 .... 
} 

thanks maliming....I used the following code in the MenuContributor class to remove the item:

context.Menu.TryRemoveMenuItem(SaasHostMenus.GroupName);

Thanks,

Jesse

Hi,

Are you using Blazor UI, right?

Seems Blazor does not need signalr.js See: https://docs.microsoft.com/en-us/aspnet/core/tutorials/signalr-blazor?view=aspnetcore-5.0&tabs=visual-studio&pivots=server

Sorry just to clarify we are using Blazor Server, the implmentation provided by ABP Commercial. When we add the module Lepton.Themes, via the ABP Suite tool, the solution does not compile and gives the error listed above. If I dont add the project, the error does not exist. It seems there is a bug in the implementation of the gulpfile.js for ABP Commercial - Blazor Server. Can you provide a fix?

Thanks,

Jesse

Showing 11 to 14 of 14 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13