Skip to content

Give loop full access to input content in prepare

Samuel GAIST requested to merge loop_input_access into master

Unlike other autonomous algorithm, loop must have access to everything directly in the prepare method so it can properly setup everything for validation.

Merge request reports