This is an automated email from the ASF dual-hosted git repository.
dixitdeepak pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ofbiz-site.git
The following commit(s) were added to refs/heads/master by this push:
new ef81188 Removed if-entity-permission tag definition from xsd file
(OFBIZ-13393)
ef81188 is described below
commit ef811885e66f81ab810aaea291549ed214d30e91
Author: Deepak Dixit <[email protected]>
AuthorDate: Mon May 25 10:30:22 2026 +0530
Removed if-entity-permission tag definition from xsd file (OFBIZ-13393)
---
dtds/widget-common.xsd | 23 -----------------------
dtds/widget-screen.xsd | 1 -
2 files changed, 24 deletions(-)
diff --git a/dtds/widget-common.xsd b/dtds/widget-common.xsd
index 425e12e..93c783f 100644
--- a/dtds/widget-common.xsd
+++ b/dtds/widget-common.xsd
@@ -27,7 +27,6 @@ under the License.
<xs:element ref="not" />
<xs:element ref="if-service-permission" />
<xs:element ref="if-has-permission" />
- <xs:element ref="if-entity-permission" />
<xs:element ref="if-validate-method" />
<xs:element ref="if-compare" />
<xs:element ref="if-compare-field" />
@@ -87,28 +86,6 @@ under the License.
<xs:attribute type="xs:string" name="action" />
</xs:complexType>
</xs:element>
- <xs:element name="if-entity-permission"
substitutionGroup="AllConditionals">
- <xs:complexType>
- <xs:choice minOccurs="0">
- <xs:element minOccurs="0" maxOccurs="1"
ref="permission-condition-getter" />
- <xs:element minOccurs="0" maxOccurs="1"
ref="related-role-getter" />
- <xs:element minOccurs="0" maxOccurs="1"
ref="auxiliary-value-getter" />
- </xs:choice>
- <xs:attribute type="xs:string" name="entity-name" use="required" />
- <xs:attribute type="xs:string" name="entity-id" use="required">
- <xs:annotation>
- <xs:documentation>Can have multiple pipe separated values,
but don't use spaces.</xs:documentation>
- </xs:annotation>
- </xs:attribute>
- <xs:attribute type="xs:string" name="target-operation"
use="required">
- <xs:annotation>
- <xs:documentation>Can have multiple pipe separated values,
but don't use spaces.</xs:documentation>
- </xs:annotation>
- </xs:attribute>
- <xs:attribute name="display-fail-cond" type="xs:boolean"
- default="false"/>
- </xs:complexType>
- </xs:element>
<xs:element name="permission-condition-getter">
<xs:complexType>
<xs:attribute type="xs:string" name="entity-name" />
diff --git a/dtds/widget-screen.xsd b/dtds/widget-screen.xsd
index 3774d9a..a756067 100644
--- a/dtds/widget-screen.xsd
+++ b/dtds/widget-screen.xsd
@@ -63,7 +63,6 @@ under the License.
<xs:element ref="not" />
<xs:element ref="if-service-permission" />
<xs:element ref="if-has-permission" />
- <xs:element ref="if-entity-permission" />
<xs:element ref="if-validate-method" />
<xs:element ref="if-compare" />
<xs:element ref="if-compare-field" />