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
maarchRM
Commits
e9da3405
Commit
e9da3405
authored
Jul 06, 2017
by
Prosper De Laure
Browse files
Bug correction (no profile on main screen)
parent
bf4748bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/presentation/maarchRM/Presenter/recordsManagement/welcome.php
View file @
e9da3405
...
...
@@ -109,7 +109,9 @@ class welcome
$this
->
view
->
translate
();
$this
->
view
->
setSource
(
"userArchivalProfiles"
,
$archivalProfiles
);
if
(
!
empty
(
$currentOrganization
->
registrationNumber
))
{
$this
->
view
->
setSource
(
"userArchivalProfiles"
,
$archivalProfiles
);
}
$this
->
view
->
setSource
(
"depositPrivilege"
,
$depositPrivilege
);
$this
->
view
->
setSource
(
"filePlanPrivileges"
,
$filePlanPrivileges
);
...
...
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