Release of v3.2.3-alpha1

Fix site view form missing classes in J4+. Fix permissions tab in items in J4+. Fix site display controller checkEditId function in J4+. Add class methods to the HtmlView classes in J4+. Fix broken toolbar call in HtmlView in J4+.
This commit is contained in:
2024-07-26 15:33:16 +02:00
parent 36d0eb98ee
commit fd08d48baf
31 changed files with 1445 additions and 68 deletions

View File

@ -115,7 +115,7 @@ class ComponentbuilderController extends BaseController
if (StringHelper::check($view))
{
$views = array(
''
);
// check if this is a edit view
if (in_array($view,$views))