Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Maarch
thirdPartyArchiving
Commits
7a44dd80
Verified
Commit
7a44dd80
authored
Jan 16, 2019
by
Arnaud Pauget
Browse files
Add timestamp of setStatus function
parent
a7e4b08d
Changes
1
Hide whitespace changes
Inline
Side-by-side
bundle/recordsManagement/Controller/archive.php
View file @
7a44dd80
...
...
@@ -65,6 +65,8 @@ class archive extends \bundle\recordsManagement\Controller\archive
}
else
{
$archiveStatus
->
status
=
$status
;
$archiveStatus
->
lastModificationDate
=
\
laabs
::
newTimestamp
();
$childrenArchives
=
$this
->
sdoFactory
->
index
(
'recordsManagement/archive'
,
"archiveId"
,
"parentArchiveId = '
$archiveId
'"
);
$this
->
setStatus
(
$childrenArchives
,
$status
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment