mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-23 20:36:33 +01:00
CP-36392: Make type
field readonly
in QueryElement.cs
field is used in `GetHashCode` Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>
This commit is contained in:
parent
494f78966d
commit
396bcb0e35
@ -1080,7 +1080,7 @@ namespace XenAdmin.Controls.XenSearch
|
||||
|
||||
public class ExtraComboEntry
|
||||
{
|
||||
public StringPropertyQuery.PropertyQueryType type;
|
||||
public readonly StringPropertyQuery.PropertyQueryType type;
|
||||
public ExtraComboEntry(StringPropertyQuery.PropertyQueryType type)
|
||||
{
|
||||
this.type = type;
|
||||
|
Loading…
Reference in New Issue
Block a user