Open grantfitzsimmons opened 2 years ago
They are grouped already, but not in the way we want. There are 5 pins here - each represents a different Collection Object. The issues is that within the pin there is information for all Collection Objects - which is a bug.
Fixing that would require bigger code changes than I am comfortable with this close to the release (as this code is also used by WorkBench, Locality form and Specify Network)
This is an extreme example, but the output is less than satisfactory:
It should group the results by data associated with a given collection object. Perhaps it should also allow customizing which fields are included in the bubble
From @acbentley:
For popups of records the below is of little use unless the fields for individual collection objects are matched up. Which catalog number refers to which species name? Can we list them together. Also, by clicking view record at the bottom, which record is going to be viewed? Can we highlight the relevant record? Must admit that it is a bit weird that I am seeing unrelated records from the collection object I am viewing this from but I get that we need to genericize it based on the fact that you may be viewing it from another table.
From @grantfitzsimmons:
For instance, all of these objects were collected at the same point. Instead of showing the catalog number, collectors, and start date grouped by collection object, Specify groups these fields by field name, so it's unclear how they are related. It's confusing, especially in other instances where the collectors and start dates are different.
Reported By: Barcelona and others
This kind of display when is pretty common (in fwri
, at least):
It's most frustrating because you aren't able to navigate the map in the background without closing the popup, and thus can never see the bottom/view record in a new tab :/
This display is still present and makes it very difficult to see all the information and navigate the map
https://github.com/specify/specify7/assets/150940840/1910091c-7427-42b5-ac4c-46482a00b37d
Can recreate in edge (7.9.6)
This should also include the ability to link to each record individually at the least.