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-plugins
Commits
026df96c
Verified
Commit
026df96c
authored
2 weeks ago
by
dockx thibault
Browse files
Options
Download
Patches
Plain Diff
refactor(audit): improve constructor and method formatting in auditTask class
parent
4b6237b0
dev
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
audit/workflow/tasks/class_auditTask.inc
+2
-2
audit/workflow/tasks/class_auditTask.inc
with
2 additions
and
2 deletions
+2
-2
audit/workflow/tasks/class_auditTask.inc
+
2
−
2
View file @
026df96c
...
...
@@ -64,7 +64,7 @@ class auditTask extends simplePlugin
];
}
function
__construct
(
$dn
=
NULL
,
$object
=
NULL
,
$parent
=
NULL
,
$mainTab
=
FALSE
)
function
__construct
(
$dn
=
NULL
,
$object
=
NULL
,
$parent
=
NULL
,
$mainTab
=
FALSE
)
{
parent
::
__construct
(
$dn
,
$object
,
$parent
,
$mainTab
);
...
...
@@ -77,7 +77,7 @@ class auditTask extends simplePlugin
$this
->
attributesAccess
[
'fdAuditSyslogEnabled'
]
->
setSubmitForm
(
'updateFieldsState'
);
}
function
updateFieldsState
()
function
updateFieldsState
()
{
// Disable "Retaining days" if Syslog Transformation is enabled
$this
->
attributesAccess
[
'fdAuditTasksRetention'
]
->
setDisabled
(
...
...
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