Hello, I’m attempting to port my application to et2. The problem I am encountering is with the nextmatch widget. Here are the steps I have taken to port a very simple nextmatch to et2.
- Within the class I have switched to et2.
$etpl=new etemplate_new(‘radio.index’);
The result is the UI renders but is missing the nextmatch widget. I have debuged the data returned from get_rows and the data is present in the array.
- Thinking there was something wrong with my etemplate I created a new version with only the nextmatch widget (no sub-template for rows)
The result is the UI renders along with the nextmatch widget.
- Added the sub-template for rows to my new etemplate.
The result is the UI renders but is missing the nextmatch widget. I have debuged the data returned from get_rows and the data is present in the array.
Clearly nextmatch is working for core applications so I’m missing something fundamental here. I have also tried to create the most basic app.js and still no rows.
Any suggestions?