Commit c0fffba
authored
| Q | A
| --------------- | -----
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Related tickets | fixes #152
| License | MIT
When creating a page the collections field is marked as required
currently. However, as there is no validation behind that, you can still
creating a page without select a collection. But as choosing a
collection is optional (same as when creating a block, or media) the
`collections` field in the `PageType` class should be set to `required =
false`.
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
| |||
0 commit comments