t3-mod-finder was changed in the 3.9.x evolution for default.php to remove this line:
$output = '<div class="form-group">' . $output . '</div> '; <--- line removed somewhere between 3.9.0 and 3.9.25
This appeared just above this line:
if ($params->get('show_button', 1))
As we have other UI customizations which relied on div-group being output here, each time we update t3 subsystem we have to deal with modifications to default.php.
Was/is there a community process around changes in the t3/t4 system?
Can someone explain why this line was removed?
Is there some configuration/flag somewhere for extensions/hooks for t3 to trigger application specific behaviors that we need rendered during the t3 search rendering?