refresh company id selector in edit
This commit is contained in:
@@ -241,7 +241,8 @@ namespace WebDoorCreator.UI.Pages
|
||||
/// <summary>
|
||||
/// Elenco CLAIMS da mostrare durante editing
|
||||
/// </summary>
|
||||
private List<string> ClaimsList = new List<string>() { STD_CLAIM, "CompanyId", "SupplierId", "TransporterId" };
|
||||
private List<string> ClaimsList = new List<string>() { STD_CLAIM, "CompanyId" };
|
||||
//private List<string> ClaimsList = new List<string>() { STD_CLAIM, "CompanyId", "SupplierId", "TransporterId" };
|
||||
|
||||
private Dictionary<string, string> ClaimValList = new Dictionary<string, string>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user