Closed philipbaileynar closed 6 months ago
Here's the project that's exhibiting this behaviour.
This is due to null values for "display_label", which is used to populate the checkbox list.
@philipbaileynar what should our strategy be here: 1) enforce non-null display_label field 2) use FID (or other field) instead of display_label field 3) hybrid (use display_label if not null, else FID) 4) other?
number 3. Use display label if it exists. Else "Feature XX" where XX is the feautre ID
Applied option 3.