Skip to content
Snippets Groups Projects

Resolve #3537291 "Pattern validation fails"

Closes #3537291

Merge request reports

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Florent Torregrosa approved this merge request

    approved this merge request

  • Jean Valverde
  • Could be good as well to update the test-component with enum_list and enum_set? I see some are missing. In tests/modules/ui_patterns_test/components/test-component/test-component.component.yml

        enum_list:
          title: "Enum List"
          type: array
          $ref: "ui-patterns://enum_list"
          items:
            enum:
              - A
              - B
              - C
              - D
              - E
              - F
            "meta:enum":
              A: "Label A"
              B: "Label B"
              C: "Label C"
              D: "Label D"
              E: "Label E"
              F: "Label F"
        enum_list_multiple:
          title: "Enum List Multiple"
          type: array
          $ref: "ui-patterns://enum_list"
          maxItems: 3
          items:
            type: integer
            enum: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]
        enum_set:
          title: "Enum Set"
          type: array
          $ref: "ui-patterns://enum_set"
          uniqueItems: true
          maxItems: 3
          items:
            type: integer
            enum: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]
  • added 2 commits

    Compare with previous version

  • christian.wiedemann reset approvals from @florenttorregrosa by pushing to the branch

    reset approvals from @florenttorregrosa by pushing to the branch

  • added 1 commit

    Compare with previous version

  • Florent Torregrosa resolved all threads

    resolved all threads

  • added 1 commit

    • b34417b0 - Reset to ui-patterns://variant

    Compare with previous version

  • Please register or sign in to reply
    Loading