controller.saveData() only in Database Manager node?

Not sure if this is an issue or not but controller.saveData() does not appear in the 3.5 rc7 list of available methods except in the DB Manager node … don’t see anything in the Form nodes or globals.currentcontroller.

Haven’t been doing any work in this area of code for a while so maybe my memory is not serving me well or I missed a release note ??? Was this here before and replaced by databaseManager.saveData()? Seems sort of fundamental so hopefully I haven’t missed something very obvious (pending :oops: ???).

Michael

Not sure if this is an issue or not but controller.saveData() does not appear in the 3.5 rc7 list of available methods except in the DB Manager node … don’t see anything in the Form nodes or globals.currentcontroller.

If I am correct this is a very logical move of the method.
saveData() saves ALL data, not only that of the controller that is was triggered from.
So basically it was in the wrong place.