Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
maarchRM
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maarch
maarchRM
Merge requests
!137
Hotfix/2.3.3
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Hotfix/2.3.3
hotfix/2.3.3
into
master
Overview
0
Commits
14
Pipelines
0
Changes
3
Merged
Alexandre Morin
requested to merge
hotfix/2.3.3
into
master
6 years ago
Overview
0
Commits
14
Pipelines
0
Changes
3
Expand
0
0
Merge request reports
Viewing commit
e8426939
Prev
Next
Show latest version
3 files
+
25
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
e8426939
add managefileplanposition WIP
· e8426939
Alexandre Goldstein
authored
6 years ago
src/bundle/recordsManagement/Controller/archive.php
+
8
−
0
Options
@@ -103,6 +103,12 @@ class archive
*/
protected
$servicePositionController
;
/**
* Controller for user filePlan
* @var filePlan/Controller/FilePlan
*/
protected
$filePlanController
;
/**
* Previously loaded archival profiles, indexed by reference
* @var array
@@ -209,6 +215,8 @@ class archive
$this
->
retentionRuleController
=
\laabs
::
newController
(
"recordsManagement/retentionRule"
);
$this
->
filePlanController
=
\laabs
::
newController
(
"filePlan/filePlan"
);
$this
->
zip
=
\laabs
::
newService
(
"dependency/fileSystem/plugins/zip"
);
$this
->
conversionError
=
(
bool
)
$conversionError
;
Loading