Release 1.63.1

Release date: April 14, 2026

Release Notes - Seatmap Platform

Version 1.63.1 - 2026-04-14

Release Focus: Allow Global Admins to assign the Super Admin platform role directly from the admin UI.


What’s New

Super Admin role is now assignable from the admin UI (SEAT-934)

The Admin → Users → Platform Roles tab now exposes Super Admin alongside Global Admin.

Before: Global Admins could only toggle the Global Admin role from the UI. A user who already held ROLE_SUPER_ADMIN appeared as “No platform roles assigned”, and granting or revoking Super Admin required a direct PATCH /api/admin/users/{id}/roles call against the backend.

Now: the Platform Roles tab shows both checkboxes in edit mode, and a user with ROLE_SUPER_ADMIN renders the correct badge in display mode. No backend, database, or renderer changes — the backend already supported all four roles for Global Admins; only the UI was under-wired.

Edit access is unchanged: only Global Admins see the Edit button on the Platform Roles tab. Tenant-scoped self-service (letting a Super Admin edit roles within their own tenant from this view) is out of scope for this hotfix.


Migration Guide

Backward-compatible for every integration surface: no renderer API changes, no webhook changes, no database migrations, no environment-variable changes.

What operators should know: nothing. Standard rolling upgrade of editor-client.

What integrators should know: nothing. PATCH /api/admin/users/{id}/roles is unchanged.


Additional Documentation

  • CHANGELOG.md — full technical changelog with commit references.

Questions? Contact the Seatmap team or check our documentation at seatmap.pro.