Skip to content

Commit

Permalink
editor: fix edition statement saving problem.
Browse files Browse the repository at this point in the history
According to PO, the 'responsibilities' field from document 'edition
statement' should be optional in the editor form. This commit hides this
field (if it's empty) so, now, the user must choose to add this field
(and fill a value). Editing a document without 'responsibilities' is now
allowed by default.

* Closes #906

Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
  • Loading branch information
zannkukai committed Jun 30, 2020
1 parent 4623157 commit 8b5fa9d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,9 @@
"items": {
"title": "Responsibility",
"$ref": "#/definitions/language_script"
},
"form": {
"hide": true
}
}
}
Expand Down

0 comments on commit 8b5fa9d

Please sign in to comment.