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
1
Merged
Alexandre Morin
requested to merge
hotfix/2.3.3
into
master
6 years ago
Overview
0
Commits
14
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
2bdeda92
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
2bdeda92
Fix : Display of access rule code in the profile
· 2bdeda92
Alexandre Morin
authored
6 years ago
src/presentation/maarchRM/Resources/view/recordsManagement/archivalProfile/edit.html
+
1
−
1
Options
@@ -129,7 +129,7 @@ file that was distributed with this source code.
<select
id=
"accessRuleCode"
name=
"accessRuleCode"
class=
"form-control"
>
<option
value=
""
>
Select a access rule code
</option>
<?merge accessRules ?>
<option
value=
'[?merge .code ?]'
data-json =
'[?merge .json ?]'
>
<?merge .de
scription
?>
</option>
<option
value=
'[?merge .code ?]'
data-json =
'[?merge .json ?]'
>
<?merge .
co
de ?>
</option>
</select>
</div>
</div>
Loading