For the complete documentation index, see llms.txt. This page is also available as Markdown.

Clear Hidden Conditions

Overview

Run the Clear Hidden Conditions action from a handler.

This action removes all hidden conditions set by Kanban API actions. It does not refresh the board. Chain Apply Filter Conditions to apply the cleared state.

Handlers and actions

  • Handler: defines what happens when a user clicks a Kanban UI element.

  • Action: an executable operation triggered by the handler.

  • Primary action here: Kanban API → Clear Hidden Conditions.

  • Optional follow-ups: configure extra actions on success or failure.

See Configuring Handlers.

Key concepts

Hidden conditions Filter conditions not visible in the Filter Panel. They still affect which records are shown.

Configuration

Configure the handler on the interactive element.

Primary action type Kanban API

Primary action Clear Hidden Conditions

Action parameters None.

This action clears hidden conditions only. It does not touch the Filter Panel state.

Behavior

When the handler runs the action:

  1. Removes all hidden conditions (filters, labels, orders) previously set via Kanban API handlers.

  2. Does not apply changes automatically — the Kanban board is not refreshed until the Apply Filter Conditions handler is called.

Troubleshooting

The board still shows the same records. This action does not refresh the board. Chain Apply Filter Conditions.

Some filters remain active. They may be Filter Panel filters, not hidden conditions. Use Clear Filter Conditions.

Nothing changes visually. Most often, Apply Filter Conditions is missing in the chain.

Hidden conditions come back after clearing. Another handler may be reapplying them. Check events and load-time handlers.

Last updated