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
dbebc8e9
Verified
Commit
dbebc8e9
authored
7 months ago
by
dockx thibault
Browse files
Options
Download
Patches
Plain Diff
Feat(Orchestrator) - small refactor and phpcs
phpcs and refactor
parent
ec310df4
dev
61-orchestrator-lifecycle-array-supann-is-analyzed-with-static-numbering
63-orchestrator-mail-controller-format-of-mail-text-and-signature-are-not-utf8-usage-of-accents-is
70-create-unitests-for-orchestrator
73-orchestrator-create-a-librabry-in-core-orchestrator
78-redesign-audit-class
79-redesign-mail
80-redesign-notifications-class
81-redesign-reminders-class
82-redesign-lifecycle-class
main
revert-55863b23
1.1
2 merge requests
!72
Releasing Fusiondirectory Orchestrator 1.1
,
!60
Resolve "[Orchestrator] - Notifications must be updated to be aware of supannStatus values"
Pipeline
#29761
failed with stages
in 1 minute and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
plugins/tasks/Notifications.php
+2
-3
plugins/tasks/Notifications.php
with
2 additions
and
3 deletions
+2
-3
plugins/tasks/Notifications.php
+
2
−
3
View file @
dbebc8e9
...
@@ -154,7 +154,6 @@ class Notifications implements EndpointInterface
...
@@ -154,7 +154,6 @@ class Notifications implements EndpointInterface
*/
*/
private
function
decodeAuditAttributes
(
array
$task
):
array
private
function
decodeAuditAttributes
(
array
$task
):
array
{
{
$auditAttributesJson
=
$this
->
retrieveAuditedAttributes
(
$task
);
$auditAttributesJson
=
$this
->
retrieveAuditedAttributes
(
$task
);
$auditAttributes
=
[];
$auditAttributes
=
[];
...
@@ -286,8 +285,8 @@ class Notifications implements EndpointInterface
...
@@ -286,8 +285,8 @@ class Notifications implements EndpointInterface
*/
*/
protected
function
retrieveAuditedAttributes
(
array
$notificationTask
):
array
protected
function
retrieveAuditedAttributes
(
array
$notificationTask
):
array
{
{
$auditAttributes
=
NULL
;
$auditAttributes
=
[]
;
$auditInformation
=
NULL
;
$auditInformation
=
[]
;
// Retrieve audit data attributes from the list of references set in the sub-task
// Retrieve audit data attributes from the list of references set in the sub-task
if
(
!
empty
(
$notificationTask
[
'fdtasksgranularref'
]))
{
if
(
!
empty
(
$notificationTask
[
'fdtasksgranularref'
]))
{
...
...
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