SolarSPELL-Main / solarspell-dlms

MIT License
0 stars 6 forks source link

Fixed year published error, and added persistence on Reviewed On Date #76

Closed HiroyukiAbhi closed 5 months ago

HiroyukiAbhi commented 5 months ago

There was an error when uploading bulk content using bulk add content. Error: String cannot be passed as int Cause: Year published had been written as a date not as a year Fixed: Year published can now be received as full date Added: -Paper elevation to library version file view -Reviewed On date persistence - Issue #67 https://github.com/SolarSPELL-Main/solarspell-dlms/issues/67

sonarcloud[bot] commented 5 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

HiroyukiAbhi commented 5 months ago

Fixed potential error: All datetime objects have been converted to _Date objects

JacobShaeffer commented 5 months ago

Looks good.