-
- Downloads
fix: save all image fields
licenseId and isUseExplicitlyGrantedByAuthor were missing in the saved data and are a little tricky because FormData objects only support string values. Thankfully, DRF supports sensible string values even for non-string fields. refs #244
Please register or sign in to comment