Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
fusiondirectory
fusiondirectory-orchestrator
Commits
9d24c66f
Commit
9d24c66f
authored
1 month ago
by
Oana-Eliza Alexa
Browse files
Options
Download
Patches
Plain Diff
fix indent
parent
8fc44707
78-redesign-audit-class
1 merge request
!74
Draft: Resolve "Redesign audit class"
Pipeline
#32450
failed with stages
in 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
plugins/tasks/Audit.php
+1
-1
plugins/tasks/Audit.php
with
1 addition
and
1 deletion
+1
-1
plugins/tasks/Audit.php
+
1
−
1
View file @
9d24c66f
...
@@ -50,7 +50,7 @@ class Audit implements EndpointInterface
...
@@ -50,7 +50,7 @@ class Audit implements EndpointInterface
$result
=
$this
->
processAuditDeletion
(
$this
->
gateway
->
getObjectTypeTask
(
'Audit'
));
$result
=
$this
->
processAuditDeletion
(
$this
->
gateway
->
getObjectTypeTask
(
'Audit'
));
// Recursive function to filter out empty arrays at any depth
// Recursive function to filter out empty arrays at any depth
$filteredResults
=
U
tils
::
recursiveArrayFilter
(
$result
);
$filteredResults
=
$this
->
u
tils
->
recursiveArrayFilter
(
$result
);
if
(
empty
(
$filteredResults
))
{
if
(
empty
(
$filteredResults
))
{
return
[
$this
->
errorMessage
];
return
[
$this
->
errorMessage
];
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets