Skip to content

Commit

Permalink
Fix issue load form from template
Browse files Browse the repository at this point in the history
  • Loading branch information
sonvnn committed Oct 27, 2022
1 parent 9274292 commit 6885551
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions framework/library/astroid/Admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ protected function manager()
$form->loadOptions(JPATH_LIBRARIES . '/astroid/framework/options');
Helper::triggerEvent('onBeforeAstroidTemplateFormLoad', [&$template, &$form]);
$form->loadOptions(ASTROID_TEMPLATE_PATH . '/astroid/options');
$form->loadOptions(ASTROID_MEDIA_TEMPLATE_PATH . '/astroid/options');
Helper::triggerEvent('onAfterAstroidTemplateFormLoad', [&$template, &$form]);
Framework::getDebugger()->log('Loading Forms');

Expand Down

0 comments on commit 6885551

Please sign in to comment.