data-umbrella / event-board-web

Event Board: front-end code
https://events.dataumbrella.org
GNU Affero General Public License v3.0
10 stars 13 forks source link

Fix featured events filter #407

Closed jtorreggiani closed 1 year ago

jtorreggiani commented 1 year ago

PR Overview

Fixes an issue with unpublished events showing up in the featured events feed.

Type of contribution

Reference: Issue or Pull Request (PR)

Description of Changes

<-- Brief description of the changes you made, files you touched, etc --> Just needed to add the publish = true parameter to the API request.

Before and After for UI Updates

The only visible difference is that unpublished events won't show up.

For PR Reviewer