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
If you have an entry in groupData that doesn't specify a marker color, orbatNotes throws an error at line 50, even if a marker is not specified. This is inconsistent with the behavior of the group markers module.
Should be an easy fix; just resolve the marker color config later, and add in a check for whether the marker name is "" before adding the marker image.
repro: something like ["MyGroup","","","","Group - "] in groupData
The text was updated successfully, but these errors were encountered:
If you have an entry in groupData that doesn't specify a marker color, orbatNotes throws an error at line 50, even if a marker is not specified. This is inconsistent with the behavior of the group markers module.
Should be an easy fix; just resolve the marker color config later, and add in a check for whether the marker name is "" before adding the marker image.
repro: something like
["MyGroup","","","","Group - "]
in groupDataThe text was updated successfully, but these errors were encountered: