Skip to content

Bug: Automations list "Showing 1 of 15 automations" counts grouped child workflows, not visible folder rows #2094

Description

@yannickmonney

Area / route
/dashboard/{org}/automationsapp/features/automations/components/automations-table.tsx.

Steps to reproduce

  1. Open the Automations list in an org where automations are grouped under an app folder (e.g. one "projects" folder containing 15 workflows).
  2. Read the table's status/count line.

Expected
The count agrees with the visible rows (e.g. "Showing 1 of 1"), or the wording makes clear it counts child workflows.

Actual
With one grouped row visible, the line reads "Showing 1 of 15 automations", implying 14 hidden rows. The denominator counts grouped child workflows while the numerator counts visible folder rows.

Evidence

  • automations-table.tsx:375totalCount: validWorkflows.length (workflows) vs :353 — rows = tableItems.length (folder rows). i18n key messages/en.json:1957 showingFiltered. Confirmed live.

Notes
Live browser finding (B2); NOT in the dedup baseline. Verified distinct from [85]/[92]/[94] (canvas no-ops, role-gating, metrics-scan). Fix: make numerator and denominator consistent, or reword to reflect counting workflows across folders.


Filed by an automated manual-review pass (live browser QA + a 25-agent code-grounded audit, each finding adversarially verified). Deduped against open issues (incl. #1972#1999, settings/forms epic #1941#1966, audit cluster #1842#1846) and recently-closed issues.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions