This is an automated email from the ASF dual-hosted git repository.
dklco pushed a change to branch dklco/form-framework
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git.
from 65d808b Fixing issue with the parent path for the policy query
new 150c5f5 Adding component annotation to textarea
new 87d298d Adding a class configuration for the alert
new 7b38bf0 Adding the ability to have components reload the page rather
than reloading in context
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
api/src/main/java/org/apache/sling/cms/Component.java | 11 +++++++++--
.../sling/cms/core/internal/filters/EditIncludeFilter.java | 13 ++++++-------
.../sling/cms/core/internal/models/ComponentImpl.java | 10 ++++++++++
.../cms/reference/forms/impl/fields/TextareaHandler.java | 2 ++
.../apps/reference/components/forms/actions/sendemail.json | 3 ++-
.../reference/components/forms/actions/updateprofile.json | 3 ++-
.../apps/reference/components/forms/fields/selection.json | 3 ++-
.../apps/reference/components/forms/fields/textarea.json | 3 ++-
.../apps/reference/components/forms/fields/textfield.json | 3 ++-
.../jcr_root/apps/reference/components/forms/fieldset.json | 3 ++-
.../apps/reference/components/forms/form/config.json | 7 +++++++
.../jcr_root/apps/reference/components/forms/form/form.jsp | 12 +++++++++---
.../reference/components/forms/providers/userprofile.json | 3 ++-
ui/src/main/frontend/src/js/editor.js | 8 ++++++--
14 files changed, 63 insertions(+), 21 deletions(-)