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
For bug #1714, we did a quicker fix #1958 that shows LOIs imported for new unpublished job. However, if user don't publish the job after importing LOIs, those LOIs would still exist with no job associated to it. Although they won't be rendered in the map view since they don't belong to any valid job, it's still bad to have these useless data sitting in the database.
One solution is to delete these LOIs that don't belong to any valid job every time the user hits the publish button.
On top of that we could also bundle the import/delete LOI action within the publish job action, like mentioned in bug #1714.
The text was updated successfully, but these errors were encountered:
For bug #1714, we did a quicker fix #1958 that shows LOIs imported for new unpublished job. However, if user don't publish the job after importing LOIs, those LOIs would still exist with no job associated to it. Although they won't be rendered in the map view since they don't belong to any valid job, it's still bad to have these useless data sitting in the database.
One solution is to delete these LOIs that don't belong to any valid job every time the user hits the publish button.
On top of that we could also bundle the import/delete LOI action within the publish job action, like mentioned in bug #1714.
The text was updated successfully, but these errors were encountered: