Skip to content

Commit a8d61e9

Browse files
author
olysenko
committed
MAGETWO-63602: Introduce report builder
1 parent 63b9979 commit a8d61e9

File tree

1 file changed

+1
-5
lines changed
  • app/code/Magento/Analytics/ReportXml/Config/Reader

1 file changed

+1
-5
lines changed

app/code/Magento/Analytics/ReportXml/Config/Reader/Xml.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,7 @@ class Xml extends Filesystem implements ReaderInterface
1919
* {@inheritdoc}
2020
*/
2121
protected $_idAttributes = [
22-
'/config/report' => 'name',
23-
// '/config/query/entity' => 'name',
24-
// '/config/query/entity/link-entity' => 'name',
25-
// '/config/query/entity/link-entity' => 'name',
26-
22+
'/config/report' => 'name'
2723
];
2824

2925
/**

0 commit comments

Comments
 (0)