StraboSpot / StraboSpot2

Rewrite for native.
MIT License
13 stars 1 forks source link

Forms Holding on to Data that is not Relevant until Save is Pressed #520

Open panamint55 opened 9 months ago

panamint55 commented 9 months ago

When you call a line a trace and then start adding information there is a glitch on the most particular type.

You can set Trace Quality and Trace Type with no issue. Then you set a more defined type. If the trace type is geologic structure it pops up geologic structure type. But then the next line says Shear Sense:

image

It should be Fault type. However, clicking shear sense does bring up the list of faults.

image

So the names of items in the list are wrong on the tab.

panamint55 commented 9 months ago

Some additions:

Here is the issue with shear sense. The logic in kobo is correct, but once this line is open it stays open even if you go away from a geologic structure. If you switch from structure, which should show shear sense, to depositional contact the shear sense still shows. It should go away. image

jessicagood commented 9 months ago

This is a more widespread issue of data being filled out in a form and remaining until Save is pressed. In this case, since Geologic Structure Type is given the value of Fault and the Shear Sense field displays if Geologic Structure Type equals Fault, Shear Zone or Deformation Zone, the Shear Sense field will continue to display even when Contact Type is changed and the Geologic Structure Type field is hidden since the data value remains. When Save is pressed, however, the correct fields are saved (not the data from the extra fields that should have been hidden).

panamint55 commented 9 months ago

OK, lets let it go for now.

jessicagood commented 5 months ago

See also #303