Skip to content

Commit

Permalink
Merge pull request #415 from devgateway/fix/OCE-343/number-double-fie…
Browse files Browse the repository at this point in the history
…ld-type

OCE-343 Fieldtype export does not have Number type
  • Loading branch information
ionutdobre authored Jun 8, 2017
2 parents 7feebe7 + 3364e00 commit d47df9a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,7 @@ private FieldType() {
.add(boolean.class)
.add(int.class)
.add(long.class)
.add(Double.class)
.add(double.class)
.build();
}

0 comments on commit d47df9a

Please sign in to comment.