瀏覽代碼

fixed change refconfig in acl struct

Piotr Labudda 8 年之前
父節點
當前提交
914db4588c
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      SE/se-lib/Route/Storage/AclStruct.php

+ 1 - 0
SE/se-lib/Route/Storage/AclStruct.php

@@ -558,6 +558,7 @@ class Route_Storage_AclStruct extends RouteBase {
 		}
 
 		if ('setFieldRefConfig' === V::get('_postTask', '', $_POST)) {
+			$objectNamespace = $namespace;
 			$childTypeName = V::get('field', '', $_POST);
 			$source = V::get('source', '', $_POST);
 			$toUpdateField = array_filter($item['field'], function ($field) use ($childTypeName) { return ($childTypeName === $field['fieldNamespace']); });