Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • bliss bliss
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 542
    • Issues 542
    • List
    • Boards
    • Service Desk
    • Milestones
  • Jira
    • Jira
  • Merge requests 142
    • Merge requests 142
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • BlissBliss
  • blissbliss
  • Issues
  • #2348
Closed
Open
Issue created Nov 27, 2020 by Matias Guijarro@matias.guijarroOwner

config saving: pop element from list error

(reported by @berruyer )

Removing an element from a list, and saving config, produces a list with duplicated element:

name: rw_test
test: this is just a test.
# comment1
one:
- pink: martini # comment2
  red: apples  # comment3
  blue: berry # comment4
two:
- a: true
  # comment5
  b: false
  c: null
three:
  - a
  - b   <<<< REMOVING b makes the three == ['a','c','c']
  - c
Assignee
Assign to
Time tracking