Privacy settings for profile pages

This commit is contained in:
Inga Kirschnick
2022-12-13 15:01:04 +01:00
parent 7856e97402
commit 61a6ddd4be
22 changed files with 476 additions and 786 deletions

View File

@ -66,7 +66,7 @@ class TesseractOCRPipelineModelSchema(ma.SQLAlchemySchema):
publishing_year = ma.Int(
required=True
)
shared = ma.Boolean(required=True)
is_public = ma.Boolean(required=True)
class JobSchema(ma.SQLAlchemySchema):