Allow to disable tenant based connection string management #19412

Back

Description

Resolves #19351 #19353

New Rule

  • If there is no module-specific connstring then default connstring can't be empty
  • If there is any module-specific connstring then default connstring can be empty

image
image
image

Checklist

  • I fully tested it as developer / designer and created unit / integration tests
  • I've assigned reviewer, related labels and set a milestone for this PR

How to test it?

  • Use copy to templates command

  • Apply these changes to abp/templates/app-pro/aspnet-core/src/MyCompanyName.MyProjectName.Domain.Shared/MyProjectNameDomainSharedModule.cs file before testing

    1. Add these imports

      using Volo.Abp.Modularity;
      using Volo.Abp.Data;

    2. Under ConfigureServices function add

      Configure(options =>
      {
      options.Databases.Configure("Saas", database =>
      );
      });

Version
9.1.0-rc.3
Release Date
25 February, 2025
Labels
feature ui-angular