Skip to content

Commit 639865b

Browse files
committed
Merge branch 'fix/action-tab' of github.com:django-cms/djangocms-form-builder into fix/action-tab
2 parents 2cf906c + 4ea1d29 commit 639865b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
dj51_cms41.txt,
2121
]
2222
os: [
23-
ubuntu-20.04,
23+
ubuntu-latest,
2424
]
2525
exclude:
2626
- python-version: 3.9

djangocms_form_builder/cms_plugins/form_plugins.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ class FormElementPlugin(CMSPluginBase):
1818
render_template = f"djangocms_form_builder/{settings.framework}/widgets/base.html"
1919
change_form_template = "djangocms_frontend/admin/base.html"
2020
settings_name = _("Settings")
21+
# Form elements are rendered by the surrounding FormPlugin, hence any change has to be
22+
# propageted up to the FormPlugin:
23+
is_local = False
2124

2225
fieldsets = (
2326
(

0 commit comments

Comments
 (0)