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
1840ee8e
Commit
1840ee8e
authored
Oct 04, 2017
by
Prosper De Laure
Browse files
Fileplan interface moved
parent
6fd7c715
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/presentation/maarchRM/Presenter/recordsManagement/welcome.php
View file @
1840ee8e
...
...
@@ -65,7 +65,7 @@ class welcome
$user
=
\
laabs
::
newController
(
'auth/userAccount'
)
->
get
(
$accountToken
->
accountId
);
// File plan tree
$filePlanPrivileges
=
\
laabs
::
callService
(
'auth/userAccount/readHasprivilege'
,
"a
dminA
rchive/filePlan"
);
$filePlanPrivileges
=
\
laabs
::
callService
(
'auth/userAccount/readHasprivilege'
,
"archive
Management
/filePlan"
);
$filePlan
=
\
laabs
::
callService
(
'filePlan/filePlan/readTree'
);
if
(
$filePlan
)
{
...
...
@@ -305,7 +305,7 @@ class welcome
}
/**
* Show the result of moving an archive into a folder
* Show the result of movin
²
g an archive into a folder
* @param int $result
*
* @return string
...
...
src/presentation/maarchRM/UserStory/archive
Retrieval
/filePlanInterface.php
→
src/presentation/maarchRM/UserStory/archive
Management
/filePlanInterface.php
View file @
1840ee8e
...
...
@@ -18,7 +18,7 @@
* along with MaarchRM. If not, see <http://www.gnu.org/licenses/>.
*/
namespace
presentation\maarchRM\UserStory\archive
Retrieval
;
namespace
presentation\maarchRM\UserStory\archive
Management
;
/**
* Interface for management of file plan
...
...
@@ -61,4 +61,5 @@ interface filePlanInterface
* @return filePlan/filePlan/delete
*/
public
function
deleteFileplanFolder_folder_
();
}
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