[coldbox-3.5.2] custom plugin manual init issue

this code:

var listAssigner = getMyPlugin(plugin=“listAssigner”,newInstance=true,init=false).init(owner=authorization,availableList=availableList,assignedList=assignedList,title=“Authority”);

throws this:

Type Builder.BuildCFCDependencyException
Message Error building: com.commonV3.plugins.listAssigner -> The AVAILABLELIST parameter to the init function is required but was not passed in. with constructor arguments: {controller={[(Component=coldbox_3_5_2.system.web.Controller)]}}

which looks like the init arguments are being over written resulting in the controller being the only arg passed.

Hmm I would have to investigate about the no init as I think that wirebox does not allow that now. Not sure.