From 1e6c38a4121f48adf7a6f22c013277ac50374039 Mon Sep 17 00:00:00 2001
From: Martin Haase <martin.haase@daasi.de>
Date: Fri, 18 Feb 2011 11:25:02 +0000
Subject: [PATCH]  tgCrudCheckAccess new public field

git-svn-id: https://textgridlab.org/svn/textgrid/trunk/middleware/tgauth@8945 7c539038-3410-0410-b1ec-0f2a7bf1c452
---
 .../rbacSoap/examples/tgCrudCheckAccess.php                      | 1 +
 info.textgrid.middleware.tgauth.rbac/rbacSoap/soapTypes.inc.php  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/info.textgrid.middleware.tgauth.rbac/rbacSoap/examples/tgCrudCheckAccess.php b/info.textgrid.middleware.tgauth.rbac/rbacSoap/examples/tgCrudCheckAccess.php
index d3c650d..3c47a2a 100755
--- a/info.textgrid.middleware.tgauth.rbac/rbacSoap/examples/tgCrudCheckAccess.php
+++ b/info.textgrid.middleware.tgauth.rbac/rbacSoap/examples/tgCrudCheckAccess.php
@@ -52,6 +52,7 @@ if( isset( $_POST['auth'] ) ) {
 
       echo "Allowed operations: " . serialize( $checkResponse->operation ) . "<BR>";
 
+      echo "public: ". serialize ($checkResponse->public) . "<BR>";
     }
     else {
 
diff --git a/info.textgrid.middleware.tgauth.rbac/rbacSoap/soapTypes.inc.php b/info.textgrid.middleware.tgauth.rbac/rbacSoap/soapTypes.inc.php
index 9b5c887..93ca9f8 100755
--- a/info.textgrid.middleware.tgauth.rbac/rbacSoap/soapTypes.inc.php
+++ b/info.textgrid.middleware.tgauth.rbac/rbacSoap/soapTypes.inc.php
@@ -42,6 +42,7 @@ class tgCrudCheckAccessRequest {
 class tgCrudCheckAccessResponse {
 
   public $result;
+  public $public;
   public $projectInfo;
   public $username;
   public $operation;
-- 
GitLab