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
88d7d203
Commit
88d7d203
authored
Oct 26, 2018
by
Alexandre Goldstein
Browse files
decommente previous commit
parent
ac0402f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
presentation/maarchRM/Presenter/medona/message.php
View file @
88d7d203
...
...
@@ -58,7 +58,7 @@ class message
\
dependency\html\Document
$view
,
\
dependency\sdo\Factory
$sdoFactory
,
\
dependency\json\JsonObject
$json
,
\
dependency\localisation\TranslatorInterface
$translator
\
dependency\localisation\TranslatorInterface
$translator
)
{
$this
->
view
=
$view
;
$this
->
sdoFactory
=
$sdoFactory
;
...
...
@@ -79,7 +79,7 @@ class message
public
function
index
()
{
$this
->
view
->
addContentFile
(
"medona/message/menu.html"
);
$menu
=
$this
->
dashboardPresenter
->
filterMenuAuth
(
$this
->
menu
);
$this
->
view
->
translate
();
...
...
@@ -1047,7 +1047,7 @@ class message
*/
public
function
notDisposableArchiveException
(
$exception
)
{
//
$this->translator->setCatalog('recordsManagement/messages');
$this
->
translator
->
setCatalog
(
'recordsManagement/messages'
);
// Manage errors
$this
->
json
->
status
=
false
;
...
...
@@ -1055,4 +1055,4 @@ class message
return
$this
->
json
->
save
();
}
}
\ No newline at end of file
}
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