Przeglądaj źródła

fixed login type in AccessOwner

Piotr Labudda 9 lat temu
rodzic
commit
b1bfdb111f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      SE/se-lib/Schema/AccessOwnerStorageAcl.php

+ 1 - 1
SE/se-lib/Schema/AccessOwnerStorageAcl.php

@@ -47,8 +47,8 @@ class Schema_AccessOwnerStorageAcl extends Core_AclBase {
   public function getEnumerations($fieldName) { return null; }
   public function getEnumerations($fieldName) { return null; }
   public function getXsdFieldType($fieldName) {
   public function getXsdFieldType($fieldName) {
     if ('id' == $fieldName) return 'xsd:string';
     if ('id' == $fieldName) return 'xsd:string';
+    if ('login' == $fieldName) return 'xsd:string';
     if ('name' == $fieldName) return 'xsd:string';
     if ('name' == $fieldName) return 'xsd:string';
-    if ('uid' == $fieldName) return 'xsd:string';
   }
   }
   public function isGeomField($fldName) { return false; }
   public function isGeomField($fldName) { return false; }