|
@@ -49,6 +49,9 @@ public function objectStructView($item) {
|
|
|
$getBackRefList=ACL::getBackRefList($item['namespace']);
|
|
$getBackRefList=ACL::getBackRefList($item['namespace']);
|
|
|
|
|
|
|
|
echo "item";
|
|
echo "item";
|
|
|
|
|
+ error_log('getBackRefList, item:');
|
|
|
|
|
+ error_log($item);
|
|
|
|
|
+
|
|
|
print_r($item);
|
|
print_r($item);
|
|
|
echo "thisGetLink";
|
|
echo "thisGetLink";
|
|
|
print_r($thisGetLink);
|
|
print_r($thisGetLink);
|
|
@@ -93,7 +96,7 @@ public function objectStructView($item) {
|
|
|
if (!($row = DB::getPDO()->fetchFirst($query)))
|
|
if (!($row = DB::getPDO()->fetchFirst($query)))
|
|
|
{
|
|
{
|
|
|
objectStructureAction('default_db/BI_audit_CEIDG_pelnomocnicy/BI_audit_CEIDG_pelnomocnicy');
|
|
objectStructureAction('default_db/BI_audit_CEIDG_pelnomocnicy/BI_audit_CEIDG_pelnomocnicy');
|
|
|
- self::throwServiceException("Błąd danych");
|
|
|
|
|
|
|
+ // self::throwServiceException("Błąd danych");
|
|
|
}
|
|
}
|
|
|
if (!in_array($row['REMOTE_TABLE'], $this->tablesUsed)) $this->tablesUsed[] = $row['REMOTE_TABLE'];
|
|
if (!in_array($row['REMOTE_TABLE'], $this->tablesUsed)) $this->tablesUsed[] = $row['REMOTE_TABLE'];
|
|
|
if ($resolveDepth) {
|
|
if ($resolveDepth) {
|