Fix richiesta Profilo da Area

This commit is contained in:
Annamaria Sassi
2026-01-26 11:34:36 +01:00
parent e9fce48b37
commit 34a41ca85b
4 changed files with 8 additions and 3 deletions
+1 -2
View File
@@ -1288,8 +1288,7 @@ namespace WebWindowComplex
reqList.Add(item.GroupId);
}
}
if (prevReq == (int)DataReq.ReqElement)
await DoReqElement(reqList);
await DoReqElement(reqList);
}
}