OpenOversight icon indicating copy to clipboard operation
OpenOversight copied to clipboard

FIX issue #841: Use the right model fields for Note and Description w…

Open bmwasaru opened this issue 3 years ago • 0 comments

Status

Ready for review / in progress

Description of Changes

Fixes #841

Changes proposed in this pull request:

  • replace user_id with creator_id that is the defined model when saving a Note and Description
  • replace note with text_contents that is the defined model when saving a Note and Description

Tests and linting

  • [x] I have rebased my changes on current develop

  • [x] pytests pass in the development environment on my local machine

  • [x] flake8 checks pass

bmwasaru avatar Apr 27 '21 09:04 bmwasaru