Skip to content

fix(DocumentFile): use @Column annotation on 'notSureForLicense' property...

Nicolas.Rod requested to merge rodn-fix-document-file-it into master

fix(DocumentFile): use @Column annotation on 'notSureForLicense' property instead of @NotNull to make Jackson accepting null value during deserialization

Merge request reports