Rename ProfileGroupItem.ParentIndexId to IndexId
Because ProfileGroupItem is an extension of ProfileItem, it is better to name the fields the same way.
This commit is contained in:
@@ -218,7 +218,7 @@ public class AddGroupServerViewModel : MyReactiveObject
|
||||
_ => EMultipleLoad.LeastPing,
|
||||
};
|
||||
|
||||
var hasCycle = ProfileGroupItemManager.HasCycle(profileGroup.ParentIndexId);
|
||||
var hasCycle = ProfileGroupItemManager.HasCycle(profileGroup.IndexId);
|
||||
if (hasCycle)
|
||||
{
|
||||
NoticeManager.Instance.Enqueue(string.Format(ResUI.GroupSelfReference, remarks));
|
||||
|
||||
Reference in New Issue
Block a user