You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2021/04/20 14:53:40 UTC

[isis] branch master updated: ISIS-2562: add App.User.Man. layout; also fix a misnamed one

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 8cb635d  ISIS-2562: add App.User.Man. layout; also fix a misnamed one
8cb635d is described below

commit 8cb635d19a85dcf4b500e45a37d9248e8f539fec
Author: Andi Huber <ah...@apache.org>
AuthorDate: Tue Apr 20 16:53:28 2021 +0200

    ISIS-2562: add App.User.Man. layout; also fix a misnamed one
---
 .../ApplicationUserManager.layout.fallback.xml     | 61 ++++++++++++++++++++++
 ...=> UserPermissionViewModel.layout.fallback.xml} |  0
 2 files changed, 61 insertions(+)

diff --git a/extensions/security/secman/model/src/main/java/org/apache/isis/extensions/secman/model/dom/user/ApplicationUserManager.layout.fallback.xml b/extensions/security/secman/model/src/main/java/org/apache/isis/extensions/secman/model/dom/user/ApplicationUserManager.layout.fallback.xml
new file mode 100644
index 0000000..bd76e4b
--- /dev/null
+++ b/extensions/security/secman/model/src/main/java/org/apache/isis/extensions/secman/model/dom/user/ApplicationUserManager.layout.fallback.xml
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor 
+	license agreements. See the NOTICE file distributed with this work for additional 
+	information regarding copyright ownership. The ASF licenses this file to 
+	you under the Apache License, Version 2.0 (the "License"); you may not use 
+	this file except in compliance with the License. You may obtain a copy of 
+	the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required 
+	by applicable law or agreed to in writing, software distributed under the 
+	License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 
+	OF ANY KIND, either express or implied. See the License for the specific 
+	language governing permissions and limitations under the License. -->
+<bs3:grid
+	xsi:schemaLocation="http://isis.apache.org/applib/layout/component http://isis.apache.org/applib/layout/component/component.xsd   http://isis.apache.org/applib/layout/grid/bootstrap3 http://isis.apache.org/applib/layout/grid/bootstrap3/bootstrap3.xsd"
+	xmlns:bs3="http://isis.apache.org/applib/layout/grid/bootstrap3"
+	xmlns:cpt="http://isis.apache.org/applib/layout/component"
+	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+	<bs3:row>
+		<bs3:col span="12" unreferencedActions="true">
+			<cpt:domainObject />
+		</bs3:col>
+	</bs3:row>
+	<bs3:row>
+		<bs3:col span="12">
+			<bs3:tabGroup unreferencedCollections="true">
+				<bs3:tab name="All Users">
+					<bs3:row>
+						<bs3:col span="12" size="MD" />
+					</bs3:row>
+				</bs3:tab>
+			</bs3:tabGroup>
+		</bs3:col>
+	</bs3:row>
+	<bs3:row>
+		<bs3:col span="12">
+			<bs3:tabGroup>
+				<bs3:tab name="Identity">
+					<bs3:row>
+						<bs3:col span="12">
+							<cpt:fieldSet name="Identity" id="identity" />
+						</bs3:col>
+					</bs3:row>
+				</bs3:tab>
+				<bs3:tab name="Other">
+					<bs3:row>
+						<bs3:col span="12">
+							<cpt:fieldSet name="Other" id="other"
+								unreferencedProperties="true" />
+						</bs3:col>
+					</bs3:row>
+				</bs3:tab>
+				<bs3:tab name="Metadata">
+					<bs3:row>
+						<bs3:col span="12">
+							<cpt:fieldSet name="Metadata" id="metadata" />
+						</bs3:col>
+					</bs3:row>
+				</bs3:tab>
+			</bs3:tabGroup>
+		</bs3:col>
+	</bs3:row>
+</bs3:grid>
diff --git a/extensions/security/secman/model/src/main/java/org/apache/isis/extensions/secman/model/dom/user/UserPermissionViewModel.fallback.layout.xml b/extensions/security/secman/model/src/main/java/org/apache/isis/extensions/secman/model/dom/user/UserPermissionViewModel.layout.fallback.xml
similarity index 100%
rename from extensions/security/secman/model/src/main/java/org/apache/isis/extensions/secman/model/dom/user/UserPermissionViewModel.fallback.layout.xml
rename to extensions/security/secman/model/src/main/java/org/apache/isis/extensions/secman/model/dom/user/UserPermissionViewModel.layout.fallback.xml