Fixed loading and editing recurring series and single recurrence data. Full testing unfortunately blocked by https://github.com/olinlibrary/ABE/issues/210. Also fixed some indentation issues.
Required
Changes must conform to these requirements:
[x] yarn test passes. All new and existing tests pass.
[x] yarn lint passes. All new code follows the code style of this project.
Aspirational
We don't yet require these, but they are nice to have:
[ ] New code is covered by new or existing tests.
[ ] Changed code is covered by new or existing tests.
Description
Fixed loading and editing recurring series and single recurrence data. Full testing unfortunately blocked by https://github.com/olinlibrary/ABE/issues/210. Also fixed some indentation issues.
Required
Changes must conform to these requirements:
yarn test
passes. All new and existing tests pass.yarn lint
passes. All new code follows the code style of this project.Aspirational
We don't yet require these, but they are nice to have: