Coimpletata riscrittura logica assegnazione filtro progetti
This commit is contained in:
@@ -260,6 +260,15 @@ namespace GPW_Admin.WebUserControls
|
||||
showOnlyStarred = currFilt.onlyStarred;
|
||||
filtroCli.isChecked = currFilt.filtCli;
|
||||
filtroGrp.isChecked = currFilt.filtGrp;
|
||||
// se ho valori filtro validi --> seleziono...
|
||||
if (!string.IsNullOrEmpty(memLayer.ML.StringSessionObj("idxCli_sel")))
|
||||
{
|
||||
currFilt.filtCli = true;
|
||||
}
|
||||
if (!string.IsNullOrEmpty(memLayer.ML.StringSessionObj("gruppo_sel")))
|
||||
{
|
||||
currFilt.filtGrp = true;
|
||||
}
|
||||
// se deselezionato --> svuoto
|
||||
if (!currFilt.filtGrp)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user