-
Notifications
You must be signed in to change notification settings - Fork 1
Description
If a user has merged a couple of field books together as to make a central depo of some sort and would like to import the geopackage in the app, for further edition, not new data collection, the app fails and shows a default error message to the user.
This was intentionally implemented like so here
| if (metadataTableRows != null && metadataTableRows.Count() == 1) |
Still, we might want to revert this behavior to something a bit more flexible, especially for editing purposes. The original idea was to prevent multi user so there wouldn't be any confusion when taking new stations for record naming since we're using the officer code as a prefix. By default the new behavior could take the first record for any new records or we could show a drop down list in the field book editing page so user can switch from one users to the other. This was also an original planned behavior, ages ago, since we do have a field named "ISACTIVE" that was meant especially for this, being that whoever is editing the dataset can select a given user, the code will set it as active and they can take new records.