Skip to content

Don't affix labels to bills with no actions#1310

Open
yshng wants to merge 2 commits into
mainfrom
bugfix/1309-hidden-none-status
Open

Don't affix labels to bills with no actions#1310
yshng wants to merge 2 commits into
mainfrom
bugfix/1309-hidden-none-status

Conversation

@yshng

@yshng yshng commented Jun 11, 2026

Copy link
Copy Markdown
Collaborator

Overview

Hidden "None" statuses were appearing in event views. Now we return an empty string and overwrite the core inferred_status_label filter with a guard against empty strings.

Previously the councilmatic-core filter was marked @stringfilter and was thus coercing the None returned by the bill_status_from_last_action filter into "None" before running the rest of the filter.

Connects #1309

Corrects #1309 where hidden "None" statuses were appearing in event
views. Now we return an empty string and overwrite the core
`inferred_status_label` filter with a guard against empty strings.

Previously the core filter had @stringfilter and was coercing the
None returned by the bill_status_from_last_action filter into "None"
before running the rest of the filter.
@hancush hancush temporarily deployed to la-metro-cou-bugfix-130-azh1mx June 11, 2026 20:42 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants