Refactor stored procedure and update project structure
Playwright Tests / test (push) Has been cancelled
Playwright Tests / test (push) Has been cancelled
- Modified the stored procedure `fds__admin_getReportCatalog.sql` to use the correct schema for `all_objects`. - Added new folders and projects for `eRechnungLib` in the solution file `Fuchs_Intranet.slnx`, including validation and test projects. - Updated submodule reference for `OCORE`. - Added new submodule `eRechnungLib` with initial commit.
This commit is contained in:
@@ -6,15 +6,24 @@
|
||||
},
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Warning",
|
||||
"Microsoft.AspNetCore": "Warning",
|
||||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
"Default": "Debug",
|
||||
"Microsoft.AspNetCore": "Debug",
|
||||
"Microsoft.Hosting.Lifetime": "Debug",
|
||||
"fds": "Debug",
|
||||
"Fuchs.Controllers": "Debug"
|
||||
}
|
||||
},
|
||||
"Fuchs": {
|
||||
"FDS_Intranet_DebugState": true,
|
||||
"DevAutoLogin": true,
|
||||
"DevAutoLoginEmail": "info@processweb.de",
|
||||
"StartupChecks": {
|
||||
"Enabled": true,
|
||||
"CheckKeyVault": false,
|
||||
"CheckDatabase": false,
|
||||
"CheckMfr": false,
|
||||
"CheckPdfLicense": true
|
||||
},
|
||||
"Email": {
|
||||
"OverrideRecipient": "service@emails.processweb.de"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user