Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MaarchCourrier
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Harbor Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maarch
MaarchCourrier
Commits
1f620f34
Commit
1f620f34
authored
4 years ago
by
Alex ORLUC
Browse files
Options
Downloads
Patches
Plain Diff
FEAT #11720 TIME 0:10 fix save delimiter
parent
ceef6702
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/frontend/app/administration/contact/list/export/contact-export.component.ts
+1
-0
1 addition, 0 deletions
...istration/contact/list/export/contact-export.component.ts
with
1 addition
and
0 deletions
src/frontend/app/administration/contact/list/export/contact-export.component.ts
+
1
−
0
View file @
1f620f34
...
...
@@ -215,6 +215,7 @@ export class ContactExportComponent implements OnInit {
JSON
.
parse
(
this
.
localStorage
.
get
(
`exportContactFields_
${
this
.
headerService
.
user
.
id
}
`
)).
data
.
forEach
((
element
:
any
)
=>
{
this
.
addData
(
element
);
});
this
.
exportModel
.
delimiter
=
JSON
.
parse
(
this
.
localStorage
.
get
(
`exportContactFields_
${
this
.
headerService
.
user
.
id
}
`
)).
delimiter
;
}
}
}
This diff is collapsed.
Click to expand it.
Alex ORLUC
@Alex
mentioned in commit
2c94ee6c
·
4 years ago
mentioned in commit
2c94ee6c
mentioned in commit 2c94ee6c6ca73f24620412a7e3ef8fca6e1757fa
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment