From 4bbabb64e1680e51608f3125cf93bd4e4a4d7cfc Mon Sep 17 00:00:00 2001 From: Radovan Semancik Date: Tue, 9 May 2017 11:33:18 +0200 Subject: [PATCH] Custom form authorization properties (MID-3900) --- .../xml/ns/public/common/common-core-3.xsd | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/infra/schema/src/main/resources/xml/ns/public/common/common-core-3.xsd b/infra/schema/src/main/resources/xml/ns/public/common/common-core-3.xsd index b0e05cd21f4..7db8d223518 100644 --- a/infra/schema/src/main/resources/xml/ns/public/common/common-core-3.xsd +++ b/infra/schema/src/main/resources/xml/ns/public/common/common-core-3.xsd @@ -14548,6 +14548,16 @@ + + + + Setting that influence how authorizations are used to display + and evaluate the form. E.g. this can influence which form fields + should be displayed as raed-only or read-write or not displayed + at all. + + + @@ -14557,6 +14567,29 @@ + + + + + Setting that influence how authorizations are used to display + and evaluate the form. E.g. this can influence which form fields + should be displayed as raed-only or read-write or not displayed + at all. + + + + + + + Authorization phase for which the form should be evaluated. + If not specified then the phase which is naturally appropriate + for the place where the form is displayed is used. This + usually means "request" phase. + + + + +