Skip to content
Snippets Groups Projects
Commit afa1aba8 authored by jaapjansma's avatar jaapjansma
Browse files

Fixed regression bug with API output.

parent 84d7c0e8
No related branches found
No related tags found
No related merge requests found
# Version 1.23 (not yet released)
# Version 1.22.1
* Fixed regression bug with API output.
# Version 1.22
......
......@@ -181,7 +181,7 @@ class Api extends AbstractApi implements OutputInterface {
while($dao->fetch()) {
if ($dao->api_entity ) {
if (in_array($dao->api_entity, $entities)) {
if (!in_array($dao->api_entity, $entities)) {
$entities[] = $dao->api_entity;
}
if (!isset($actions[$dao->api_entity])) {
......
......@@ -14,8 +14,8 @@
<url desc="Documentation">https://lab.civicrm.org/extensions/dataprocessor/blob/master/README.md</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2020-12-05</releaseDate>
<version>1.23-dev</version>
<releaseDate>2020-12-06</releaseDate>
<version>1.22.1</version>
<develStage>stable</develStage>
<compatibility>
<ver>4.7</ver>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment