|
@ -105,11 +105,11 @@
|
|||
string[] path = systeminfo["serverpath"].Split('\\');
|
||||
if (_template == "internal")
|
||||
{
|
||||
_location = string.Join("\\", path, 0, path.Length - 1) + "\\Oqtane.Client\\Modules\\" + _owner + "." + _module + "s";
|
||||
_location = string.Join("\\", path, 0, path.Length - 1) + "\\Oqtane.Client\\Modules\\" + _owner + "." + _module;
|
||||
}
|
||||
else
|
||||
{
|
||||
_location = string.Join("\\", path, 0, path.Length - 2) + "\\" + _owner + "." + _module + "s";
|
||||
_location = string.Join("\\", path, 0, path.Length - 2) + "\\" + _owner + "." + _module;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
3
Oqtane.Server/Scripts/Tenant.01.00.02.02.sql
Normal file
|
@ -0,0 +1,3 @@
|
|||
ALTER TABLE [dbo].[Page]
|
||||
ALTER COLUMN [Path] [nvarchar](256) NOT NULL
|
||||
GO
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 92 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 31 KiB |
BIN
Oqtane.Server/wwwroot/oqtane.png
Normal file
After Width: | Height: | Size: 92 KiB |
BIN
oqtane.png
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 92 KiB |