Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
tuto
Commits
59a0aa998724
Commit
e03c956e
authored
Mar 12, 2021
by
Élodie Thiéblin
Browse files
feat(schema): make person name required
parent
2d0c34ecb320
Pipeline
#40130
passed with stage
in 1 minute and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cubicweb_tuto/schema.py
View file @
59a0aa99
...
...
@@ -40,5 +40,5 @@ class City(EntityType):
class
Person
(
EntityType
):
name
=
String
()
name
=
String
(
required
=
True
)
email
=
String
()
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment