Activities of "bozkan"

Hi,

Is it possible to access host cache from tenant via IDistributedCache?

ps: I cannot use IgnoreMultiTenancyAttribute for the cached type, because it is Identity Server's type and cache for the type: IdentityServer4.Models.Client

Hi all,

It seems like the Emailing settings page is only visible in host and not in tenants. Is it possible to have the Emailing settings per tenant?

We are trying to use LDAP login feature, and Active Directory requires the username with its domain name like "domain\user". But there is no "Domain name" setting in the page, as we would like to keep this ldap settings per tenant, we cannot add the domain name prefix to username with a hard-coded domain name like described in here: https://docs.abp.io/en/commercial/latest/modules/account/ldap#customize-built-in-services

So I think an additional setting for Domain name would be useful in here, to not hard-code it and keep it tenant-based via settings page. As the current settings page is missing it, now we have to add a custom settings page for the domain name. What are your thoughts? Is there any alternative solution?

Thanks.

  • ABP Framework version: v4.3.0
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

As the following link states; https://support.abp.io/QA/Questions/858/How-can-I-create-a-new-angular-dashboard-widget-in-abpio-Documentation-is-only-for-Mvc chart.js is being loaded under the hood by ThemeSharedModule. But in our current project its version is v2.9.4. How can I update its version to a recent version?

Question

The documentation at https://docs.abp.io/en/abp/latest/UI/Angular/Component-Replacement says

You can replace some ABP components with your custom components.

I wonder what components are replacable exactly? Is there a list of replacable components/pages? Or how can I verify that a built-in component/page is replacable.

For instance, I wonder if the following UIs are replacable?

  • Organization Unit management page
  • Users detail page - Organization selection tab
  • User list page
  • ABP Framework version: v4.4.3
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

We have a requirement to prevent assigning a user to multiple OU's. A user should only be a member of single group. Is there a way to achieve this?

  • ABP Framework version: v4.4.3
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

I need to define some entities scoped wih Organization Units. I saw that there was an IMustHaveOrganizationUnit interface in aspnetboilerplate. But I couldn't find any interface similar in ABP. Could you please help about how to implement entities with organization id's?

https://aspnetboilerplate.com/Pages/Documents/Zero/Organization-Units#creating-an-entity-that-belongs-to-an-organization-unit

  • ABP Framework version: v4.3.0
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:" Apply method explained on https://docs.microsoft.com/en-us/aspnet/core/fundamentals/error-handling?view=aspnetcore-5.0#exception-handler-lambda

I am trying to globally catch (and modify) any exceptions occured on my ABP project and trying different methods which no one could be successful so far. One of them is using the exception handler lambda explained on https://docs.microsoft.com/en-us/aspnet/core/fundamentals/error-handling?view=aspnetcore-5.0#exception-handler-lambda. Even if I configured the lambda and throw exception in some method, the lambda method is not hit.

  • ABP Framework version: v4.3.0
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:" Apply https://docs.abp.io/en/abp/4.4/Exception-Handling#subscribing-to-the-exceptions

Following the instructions on https://docs.abp.io/en/abp/4.4/Exception-Handling#subscribing-to-the-exceptions I added an Exception Subscriber to my project, but it is not hit when exception occurs. Do I need to register MyExceptionSubscriber anywhere ? It is not stated in the documentation.

  • ABP Framework version: v4.3.0
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

Is it possible to have the main navigation menu fixed to the top bar no matter what the screen size is. Current behavior is to move the main menu to the left side bar for some screen sizes. If it is not possible, do you have any plans for making this feature configurable in near future?

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