minor changes

This commit is contained in:
pb
2024-03-29 17:58:52 +01:00
parent 590a5070e9
commit cba7b39216
2 changed files with 3 additions and 2 deletions

View File

@@ -182,6 +182,9 @@ func PostOneComputing(obj ComputingNEWModel) (ID string, err error) {
}
func (obj *ComputingObject) AddUserInput(inputs []xml.Attr){
logs.Alert("AddUserInput() is going to throw some alerts while mxGraph GUI is not updated to adapt the inputs to the componant")
// So far only a few input to handle so a switch with a case for each type of attribute
// is enough, to prevent too much complexity