gestione stato chiamate
This commit is contained in:
parent
c6c2d47d38
commit
5e084c7a97
@ -250,6 +250,10 @@ namespace VirtualTask.Controllers
|
||||
{
|
||||
model.chstato = "C";
|
||||
}
|
||||
else
|
||||
{
|
||||
model.chtchiam = null;
|
||||
}
|
||||
|
||||
model.chmodrac = "EMAIL";
|
||||
//int year=adesso.Year;
|
||||
@ -420,6 +424,15 @@ namespace VirtualTask.Controllers
|
||||
//model.chdtass = model.chdata;
|
||||
model.chdtass = model.chdtapp;
|
||||
|
||||
if (model.chtchiam != null)
|
||||
{
|
||||
model.chstato = "C";
|
||||
}
|
||||
else
|
||||
{
|
||||
model.chtchiam = null;
|
||||
}
|
||||
|
||||
//int year = model.chdata.Value.Year;
|
||||
//int hour = model.chdata.Value.Hour;
|
||||
//int minute = model.chdata.Value.Minute;
|
||||
|
||||
@ -8,8 +8,8 @@
|
||||
"ApplicationInsights": {
|
||||
|
||||
//PRODUZIONE
|
||||
//"rootUrlApi": "https://api-vt.poloinformatico.it/api/Polo/",
|
||||
//"rootUrlApi2": "https://api-vt.poloinformatico.it/VIRTU/",
|
||||
"rootUrlApi": "https://api-vt.poloinformatico.it/api/Polo/",
|
||||
"rootUrlApi2": "https://api-vt.poloinformatico.it/VIRTU/",
|
||||
//"rootWebLoghi": "C:\\ZAPIPOLO\\api_polo\\wwwroot\\VIRTU\\",
|
||||
//"rootWebLoghi": "/zucchetti/api/api-vt.poloinformatico.it/app/wwwroot/VIRTU/",
|
||||
"rootWebLoghi": "./wwwroot/VIRTU",
|
||||
@ -17,8 +17,8 @@
|
||||
"rootPath": "/mnt/storagebox",
|
||||
|
||||
//TEST
|
||||
"rootUrlApi": "http://testapi.poloinformatico.it:9001/api/Polo/",
|
||||
"rootUrlApi2": "http://testapi.poloinformatico.it:9001/VIRTU/",
|
||||
//"rootUrlApi": "http://testapi.poloinformatico.it:9001/api/Polo/",
|
||||
//"rootUrlApi2": "http://testapi.poloinformatico.it:9001/VIRTU/",
|
||||
//"rootWebLoghi": "C:\\Users\\audif\\source\\repos\\VirtualTask\\wwwroot\\VIRTU\\",
|
||||
//"rootUrl": "https://localhost:7140/",
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user