Skip to content
Snippets Groups Projects

Issue #3379091: Make NodeType config entities fully validatable

Closed Issue #3379091: Make NodeType config entities fully validatable
1 unresolved thread
Closed Adam G-H requested to merge issue/drupal-3379091:3379091-make-nodetype-config into 11.x
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
28 28 label: 'Description'
29 constraints:
30 NotNull: []
29 31 help:
30 32 type: text
31 33 label: 'Explanation or submission guidelines'
34 constraints:
35 NotNull: []
32 36 new_revision:
33 37 type: boolean
34 38 label: 'Whether a new revision should be created by default'
35 39 preview_mode:
36 40 type: integer
37 41 label: 'Preview before submitting'
42 constraints:
43 NotNull: []
  • Adam G-H added 7 commits

    added 7 commits

    Compare with previous version

  • Adam G-H added 150 commits

    added 150 commits

    Compare with previous version

  • Adam G-H added 3 commits

    added 3 commits

    • f33c99a1 - 1 commit from branch project:11.x
    • 11da9ff3 - Merge remote-tracking branch 'origin/11.x' into 3379091-make-nodetype-config
    • b5c7ce6e - Make help and description nullable, but not blank

    Compare with previous version

  • Adam G-H added 1 commit

    added 1 commit

    • 6fcb09a5 - Make empty help null in all node types shipped with core

    Compare with previous version

  • Adam G-H added 1 commit

    added 1 commit

    Compare with previous version

  • Adam G-H added 7 commits

    added 7 commits

    • cc0c5fb0...48b85189 - 6 commits from branch project:11.x
    • ccae4f14 - Merge remote-tracking branch 'origin/11.x' into 3379091-make-nodetype-config

    Compare with previous version

  • Wim Leers added 12 commits

    added 12 commits

    • ccae4f14...3ae80982 - 2 commits from branch project:11.x
    • dd711f57 - Merge in #3379091
    • eb25b619 - Make preview_mode validatable and add explicit test coverage
    • 672cd9fe - Add NotNull check
    • 4d370937 - Make help and description non-nullable
    • 3718243d - Default NodeType::help and ::description to empty strings
    • c9d54837 - Fix node.type.options_insatll_test
    • d0ddcbde - Fix a couple of broken tests
    • 9ab683c1 - Make help and description nullable, but not blank
    • 35408fd1 - Make empty help null in all node types shipped with core
    • 4ee03d05 - Same for description

    Compare with previous version

  • Adam G-H added 16 commits

    added 16 commits

    • 4ee03d05...a4a87d17 - 6 earlier commits
    • d0d54c1c - Fix a couple of broken tests
    • 5ac40b2c - Merge remote-tracking branch 'origin/11.x' into 3379091-make-nodetype-config
    • 1f4d04a9 - Merge in #3379091
    • 11da9ff3 - Merge remote-tracking branch 'origin/11.x' into 3379091-make-nodetype-config
    • b5c7ce6e - Make help and description nullable, but not blank
    • 6fcb09a5 - Make empty help null in all node types shipped with core
    • cc0c5fb0 - Same for description
    • ccae4f14 - Merge remote-tracking branch 'origin/11.x' into 3379091-make-nodetype-config
    • c77d2f18 - Add update path to Node, hopefully fixing all tests
    • a041e788 - Merge branch '3379091-make-nodetype-config' of...

    Compare with previous version

  • Adam G-H added 8 commits

    added 8 commits

    • a041e788...3ec60b18 - 4 commits from branch project:11.x
    • 3425dc4d - Merge remote-tracking branch 'origin/11.x' into 3379091-make-nodetype-config
    • 732ef4b4 - Fix typo
    • 4d4123fc - Add explicit update path test coverage
    • 9e29c8b0 - Make NodeTypeForm explicitly set NULL for empty description and help

    Compare with previous version

  • Adam G-H added 1 commit

    added 1 commit

    • d46b907e - Make the NodeType migration destination set help and description to NULL if empty

    Compare with previous version

  • Adam G-H added 1 commit

    added 1 commit

    • ab22479a - Fix base class for REST resource test

    Compare with previous version

  • Adam G-H added 1 commit

    added 1 commit

    Compare with previous version

  • Wim Leers mentioned in merge request !5814 (closed)

    mentioned in merge request !5814 (closed)

  • closed

  • Please register or sign in to reply
    Loading