Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
Onegeo LogIn
Manage
Activity
Members
Plan
Wiki
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor 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
OneGeo Suite
Sites
Onegeo LogIn
Commits
2784a34a
Commit
2784a34a
authored
10 months ago
by
Florent Lavelle
Browse files
Options
Downloads
Patches
Plain Diff
new config: personalDataExport
parent
17d82246
No related branches found
No related tags found
No related merge requests found
Pipeline
#26421
passed
10 months ago
Stage: build
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
public/config.js
+1
-0
1 addition, 0 deletions
public/config.js
src/views/UserProfile.vue
+5
-3
5 additions, 3 deletions
src/views/UserProfile.vue
with
6 additions
and
3 deletions
public/config.js
+
1
−
0
View file @
2784a34a
...
@@ -11,6 +11,7 @@ export default {
...
@@ -11,6 +11,7 @@ export default {
warning
:
false
warning
:
false
},
},
customHeaderAndFooter
:
false
,
customHeaderAndFooter
:
false
,
personalDataExport
:
true
,
forms
:
{
forms
:
{
signin
:
{
signin
:
{
title
:
{
title
:
{
...
...
This diff is collapsed.
Click to expand it.
src/views/UserProfile.vue
+
5
−
3
View file @
2784a34a
...
@@ -438,9 +438,11 @@
...
@@ -438,9 +438,11 @@
</b-overlay>
</b-overlay>
</ValidationObserver>
</ValidationObserver>
<h5>
{{
$t
(
'
profile.personalDataExport.title
'
)
}}
</h5>
<div
v-if=
"$config.personalDataExport"
>
<hr
class=
"divider"
>
<h5>
{{
$t
(
'
profile.personalDataExport.title
'
)
}}
</h5>
<PersonalDataExport
/>
<hr
class=
"divider"
>
<PersonalDataExport
/>
</div>
</div>
</div>
</div>
</div>
<small
class=
"footer"
>
<small
class=
"footer"
>
...
...
This diff is collapsed.
Click to expand it.
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