Tanstack Start
Fuel & alertsFleet alerts

Assign, violation, and false alarm

Sticky footer actions on alert detail and the permissions that gate dialogs.

At the bottom of the detail panel, actions appear only when the footer strip is shown:

  • The strip is visible when no assignee is set or when there is an assignee but no internal note yet.

Once a note exists (per the API), the footer hides; continue any remaining steps through your organization’s process or other tools if applicable.

Assign Alert

When no assignee is on the alert:

  • Assign Alert opens the assignment dialog only if your role includes assign alert (assign_alert). The dialog lets you pick a user and confirm; success closes the dialog and refreshes detail.

If you see the button but lack permission, the dialog may not mount—ask an administrator to grant assign alert.

Mark as Violation / Mark as False Alarm

When you are the assignee and no internal note is recorded yet, the footer can show:

  • Mark as Violation
  • Mark as False Alarm

Both flows use dialogs gated by manage alert (manage_alert). Without it, you will not get working resolution dialogs.

Audit trail

After actions complete, entries appear in Action Log Timeline (wording may vary slightly by action value from the API).

Permissions summary

ActionPermission
Open list / detailview_alert
Assignassign_alert
False alarm / Violationmanage_alert

See Permissions and access.

On this page