Greenstand / treetracker-admin-client

The Admin Panel is the part of the Treetracker project for verifying, processing and managing data collected by the Treetracker app
GNU Affero General Public License v3.0
33 stars 193 forks source link

Bug Fix: api requires note field be a non-empty string when approving a capture #1087

Closed gwynndp closed 1 year ago

gwynndp commented 1 year ago

Description

Set default note to a space to satisfy API requirement that note be a non-empty string when approving a capture

What kind of change(s) does this PR introduce?

Please check if the PR fulfils these requirements

gwynndp commented 1 year ago

Fixed on API PR: https://github.com/Greenstand/treetracker-api/pull/144