Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
admin-fe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
Pleroma
admin-fe
Merge requests
!83
Config improvements
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Config improvements
linafilippova/admin-fe:feature/config-improvements
into
develop
Overview
0
Commits
10
Pipelines
3
Changes
27
Merged
Angelina Filippova
requested to merge
linafilippova/admin-fe:feature/config-improvements
into
develop
5 years ago
Overview
0
Commits
10
Pipelines
3
Changes
27
Expand
Closes
#60 (closed)
,
#61 (closed)
,
#63 (closed)
,
#65 (closed)
,
#66 (closed)
Edited
5 years ago
by
Angelina Filippova
0
0
Merge request reports
Compare
develop
version 2
fb5bfca5
5 years ago
version 1
ebb01fab
5 years ago
develop (base)
and
latest version
latest version
389fbf50
10 commits,
5 years ago
version 2
fb5bfca5
9 commits,
5 years ago
version 1
ebb01fab
5 commits,
5 years ago
27 files
+
173
−
126
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
27
Search (e.g. *.vue) (Ctrl+P)
src/store/modules/normalizers.js
+
1
−
4
Options
@@ -138,10 +138,7 @@ const parseProxyUrl = value => {
}
const
partialUpdate
=
(
group
,
key
)
=>
{
if
(
group
===
'
:auto_linker
'
&&
key
===
'
:opts
'
)
{
return
false
}
return
true
return
!
(
group
===
'
:auto_linker
'
&&
key
===
'
:opts
'
)
}
export
const
processNested
=
(
valueForState
,
valueForUpdatedSettings
,
group
,
parentKey
,
parents
,
settings
,
updatedSettings
)
=>
{
Loading