Skip to content

[ERA-9940] Exclude empty patrols for the web client #1144

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 6, 2024
Merged

Conversation

AlanCalvillo
Copy link
Contributor

@AlanCalvillo AlanCalvillo commented Jul 30, 2024

What does this do? Adds a new param to web requests for patrols so the UI doesn't crash on segmentless patrols.

@JoshuaVulcan JoshuaVulcan changed the title ERA-9940 - Deploy only [ERA-9940] Exclude empty patrols for the web client Aug 5, 2024
|| !isEqual(INITIAL_FILTER_STATE.filter.patrol_type, patrol_type)
|| !isEqual(INITIAL_FILTER_STATE.filter.text, text)
|| !isEqual(INITIAL_FILTER_STATE.filter.tracked_by, tracked_by)
|| !isEqual(INITIAL_FILTER_STATE.filter.patrol_type, patrol_type)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is just auto-formatting.

Copy link
Contributor

@luixlive luixlive left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Simple 👍

@JoshuaVulcan JoshuaVulcan merged commit 28f84fe into develop Aug 6, 2024
3 checks passed
@JoshuaVulcan JoshuaVulcan deleted the ERA-9940 branch August 6, 2024 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants