Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Maarch
thirdPartyArchiving
Commits
f1f5a86e
Commit
f1f5a86e
authored
Oct 27, 2017
by
Cyril Vazquez
Browse files
Fix history of destructions
parent
e2d6e9e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
bundle/medona/Controller/message.php
View file @
f1f5a86e
...
...
@@ -347,7 +347,7 @@ class message
}
if
(
$isOriginator
)
{
$clause
[]
=
"type='ArchiveDestructionRequest'
AND
type='AuthorizationOriginatingRequest' AND authorizationReason='ArchiveDestructionRequest'"
;
$clause
[]
=
"type='ArchiveDestructionRequest'
OR (
type='AuthorizationOriginatingRequest' AND authorizationReason='ArchiveDestructionRequest'
)
"
;
}
if
(
$isControlAuthority
)
{
...
...
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!
Cancel
Please
register
or
sign in
to comment