|
|
@@ -1466,6 +1466,9 @@ if($DBG){echo 'L.' . __LINE__ . ' $validateConvertedTransactionXsdString:';print
|
|
|
if ($idZasob > 0 && $acl->hasFieldPerm($idZasob, 'W')) {
|
|
|
$elNode->setAttributeNS($rootWfsNsUri, "{$rootWfsNs}:allow_write", "true");
|
|
|
}
|
|
|
+ if ($idZasob > 0 && $acl->hasFieldPerm($idZasob, 'C')) {
|
|
|
+ $elNode->setAttributeNS($rootWfsNsUri, "{$rootWfsNs}:allow_create", "true");
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
|