mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-23 21:13:35 +08:00
Adding request url data to settings struct and making name of prefix more specific
--HG-- branch : dev
This commit is contained in:
@@ -42,7 +42,7 @@ namespace Orchard.MultiTenancy.Controllers {
|
||||
Name = viewModel.Name,
|
||||
DataProvider = viewModel.DataProvider,
|
||||
DataConnectionString = viewModel.ConnectionString,
|
||||
DataPrefix = viewModel.Prefix
|
||||
DataTablePrefix = viewModel.Prefix
|
||||
});
|
||||
|
||||
return RedirectToAction("List");
|
||||
|
Reference in New Issue
Block a user