Skip to content

Commit

Permalink
fix(entityconfig): tinymce not always loaded
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Aug 4, 2021
1 parent af83987 commit f2cd143
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ function plugin_init_formcreator() {
FORMCREATOR_ROOTDOC . '/front/formanswer.form.php',
FORMCREATOR_ROOTDOC . '/front/issue.form.php',
FORMCREATOR_ROOTDOC . '/front/form_language.form.php',
'/front/entity.form.php',
];
foreach ($pages as $page) {
if (strpos($_SERVER['REQUEST_URI'], $page) !== false) {
Expand Down

0 comments on commit f2cd143

Please sign in to comment.