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 rero#906

 # the title begins with a verb, imperative mode
component: summarize changes in 50 char or less

* Adds your new feature.
* Fixes an existing issue, may closes #issue.
* Improves and existing feature.

Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
  • Loading branch information
zannkukai committed Jun 30, 2020
1 parent 4623157 commit fb2141e
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 fb2141e

Please sign in to comment.