Skip to content

Commit

Permalink
#1541 Add the field "number" in case (v1)
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Oct 19, 2020
1 parent 055158a commit d5cd5ff
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ class Properties @Inject() (
.property("severity", UMapping.int)(_.field.updatable)
.property("startDate", UMapping.date)(_.field.updatable)
.property("endDate", UMapping.date.optional)(_.field.updatable)
.property("number", UMapping.int)(_.field.readonly)
.property("tags", UMapping.string.set)(
_.select(_.tags.displayName)
.custom { (_, value, vertex, _, graph, authContext) =>
Expand Down

0 comments on commit d5cd5ff

Please # to comment.