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
Show in Web Map toggle #1104
Open
pranavkparti opened 1 year ago
Description
A toggle is added to Grower Detail that allows user to change if the grower is to be shown in the web map.
Issue(s) addressed
What kind of change(s) does this PR introduce?
Please check if the PR fulfils these requirements
Issue
What is the current behavior? There is no way to edit if grower should be shown on the web map.
What is the new behavior?
A toggle component is added.
Changing the toggle updates the grower account
show_in_map
option.Minor fix in
OptimizedImage.js
(Verify Capture view). On failing to load an image, the component doesn't constantly retry the request.Breaking change
Does this PR introduce a breaking change? No.
Other useful information
None.