Error in case of loading user data (functions, vars etc)
This commit is contained in:
@@ -228,8 +228,11 @@ public class AFunction implements IFunction, MathPersistenceEntity, Serializable
|
||||
this.value = function.getContent();
|
||||
this.system = function.isSystem();
|
||||
this.description = function.getDescription();
|
||||
this.id = function.getId();
|
||||
}
|
||||
if (function.isIdDefined()) {
|
||||
this.id = function.getId();
|
||||
}
|
||||
this.parameterNames = new ArrayList<String>(function.getParameterNames());
|
||||
}
|
||||
|
||||
public Builder(@NotNull String name,
|
||||
@NotNull String value,
|
||||
|
Reference in New Issue
Block a user