Improved entity updating
This commit is contained in:
@@ -142,7 +142,7 @@ public class Searchdomain
|
||||
Probmethods.probMethodDelegate? probmethod = Probmethods.GetMethod(probmethodString);
|
||||
if (datapoint_unassigned.TryGetValue(id, out List<Datapoint>? datapoints) && probmethod is not null)
|
||||
{
|
||||
Entity entity = new(attributes, probmethod, datapoints, name)
|
||||
Entity entity = new(attributes, probmethod, probmethodString, datapoints, name)
|
||||
{
|
||||
id = id
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user