Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • nomad-FAIR nomad-FAIR
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 239
    • Issues 239
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 40
    • Merge requests 40
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • nomad-labnomad-lab
  • nomad-FAIRnomad-FAIR
  • Merge requests
  • !1116

Resolve "Tabular parser - using column and row modes together only works for children repeated sections"

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Amir Golparvar requested to merge 1354-tabular-parser-using-column-and-row-modes-together-only-works-for-children-repeated-sections into develop Feb 23, 2023
  • Overview 7
  • Commits 6
  • Pipelines 6
  • Changes 4

The top most section that inherits from TableData enforces that all the subsequent subsections should retain the same mode of operation as the top most section. For example, when top most section is annotated with column mode, then all sub-sections should be annotated with column mode as well. This causes some limitations when implementing a mixed mode in an ELN YAML/JSON file.

Closes #1354 (closed)

Edited Mar 13, 2023 by Amir Golparvar
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: 1354-tabular-parser-using-column-and-row-modes-together-only-works-for-children-repeated-sections