Activities of "yasin.hallak.89@gmail.com"

I didn't use Tieredproject

The project already enabled the multi-tenant feature.

if (MultiTenancyConsts.IsEnabled) 
{ 
    app.UseMultiTenancy(); 
} 
 

Okay I know, but how I can distinguish between tenants for the anonymous users without login

hi

Did you use the Tiered project? Please check the appsettings.json of web.public

if so, the web.public will get data from api, which means you don't need to enable the multi-tenant feature.

hi I didn't use Tieredproject

hi

What is the purpose of using it?

I have multi-tenant and I want to display only data for every tenant in public site

If you're creating a bug/problem report, please include followings:

  • ABP Framework version: v6.0.0
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no

Hi there.

Is there any way to use multi-tenant in project web.public

You can consider passing services or IServiceProvider to static method.

This method deep nested , I need to pass IServiceProvider to all methods !.

I need efficient way more than this

hi

Can you share your static class?

public static class AssignmentExtensions
    {
        public static string AssignmentTypeHelper(this Assignment target, IStringLocalizer localize)
        {
            string assignmentType = string.Empty;

            if (target.IsTemporary)
            {
                if (target.IsGuard()) assignmentType = $"{localize["Guard"]} - {localize["General.Temporary"]}";

                if (target.IsReservedGuard()) assignmentType = $"{localize["ReservedGuard"]} - {localize["General.Temporary"]}";

                if (target.IsFieldSupervisor())
                {
                    assignmentType = $"{localize["FieldSupervisor"]} - {localize["General.Temporary"]}";
                }
            }
            else
            {
                assignmentType = $"{localize["Guard"]} - {localize["General.Permanently"]}";
            }

            return assignmentType;
        }
    }
  • ABP Framework version: v6.0.0
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no

Hi there ...

I need to inject service in static class. Is there any way in abp to do this please :)

Hi.

We need to use libraries like css in empty layout because we need priniting page like this :

https://x.leptontheme.com/custom-pages/invoice/

Thanx.

I opened this ticket 14 days ago and It has not been answered yet. can you answer this question please :https://support.abp.io/QA/Questions/3914/Empty-layout-in-leptonX

  • ABP Framework version: v6.0.0
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no

Hi there.

How can I disable Self registeration in leptonX ?

Showing 21 to 30 of 96 entries
Made with ❤️ on ABP v9.1.0-rc.1. Updated on January 17, 2025, 14:13