Closed newsdesigner closed 3 years ago
diff --git a/Classes/Backend/TceForms.php b/Classes/Backend/TceForms.php
index 8a08184..34343b2 100644
--- a/Classes/Backend/TceForms.php
+++ b/Classes/Backend/TceForms.php
@@ -54,7 +54,7 @@ class TceForms extends AbstractFormElement
);
}
- $output = sprintf('<select name="data[tt_content][%s][pi_flexform][data][sDEF][lDEF][settings.template][vDEF]">%s</select>',
+ $output = sprintf('<select data-formengine-input-name="data[tt_content][%s][pi_flexform][data][sDEF][lDEF][settings.template][vDEF]">%s</select>',
$params['row']['uid'],
implode("\n", $options)
);
Get same error message as above.
@jmverges If you already have a fix that works, can you create a PR from it?
(I don't know what this does, it looks hacky, either way).
Instead of this:
<settings.template>
<TCEforms>
<label>LLL:EXT:rss_display/Resources/Private/Language/locallang.xlf:tt_content.tx_rssdisplay_template</label>
<config>
<type>user</type>
<renderType>rssDisplayFeedTemplate</renderType>
</config>
</TCEforms>
</settings.template>
It might be possible to use itemsProcFunc
The extension generates an error in the log that occurs quite often.
In addition, an error message is always output when saving:
Moving the templates to another location does not work correctly either.