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 Nov 13, 2020
1 parent 437f2eb commit ac87814
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 ac87814

Please # to comment.