Yep, I was doing comething wrong ... of course
The code above works fine, as expected: the problem was in the code I chopped out to simplify the post.
The FlowsController class contained this old code from J3.10:
Without delving into the details to find out exactly why, I can imagine a host of reasons why this causes the MVC setup to go haywire. Deleted it, everything fine now.
The code above works fine, as expected: the problem was in the code I chopped out to simplify the post.
The FlowsController class contained this old code from J3.10:
Code:
public function __construct($config = array()) { parent::__construct($config); }
Statistics: Posted by david0058 — Wed Jan 01, 2025 12:41 pm