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