You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error rows in the view data table need to be more immediately correctable than they currently are:
Actions column to view data should be re-added (permissions locked so only PI/Admins can use it)
Cascading updates:
Errors found in inserted measurements can range from just basic measurement corrections to tags/species/date corrections, so changes made to measurement rows need to cascade backwards:
TreeTag edits should locate tree by TreeID and update tag there.
StemTag edits should locate stem by StemID and update tag there
SpeciesCode edits should locate MEASUREMENT by CMID and update code reference there
-- conditional: if the updated SpeciesCode does NOT have a matching tag in the species table, THEN error should be returned
The text was updated successfully, but these errors were encountered:
Error rows in the view data table need to be more immediately correctable than they currently are:
Cascading updates:
Errors found in inserted measurements can range from just basic measurement corrections to tags/species/date corrections, so changes made to measurement rows need to cascade backwards:
-- conditional: if the updated SpeciesCode does NOT have a matching tag in the species table, THEN error should be returned
The text was updated successfully, but these errors were encountered: