Update Place

Update Place

Update reuses most of the Create form, but preloads the current record with getPlace(route.params.id, true).

What differs from create

  • the cancel flow preserves route.query so you can return to the same list state
  • the form exposes custom.featured and custom.is_partner
  • existing data is mapped back into published_at, open_time, meta, and content

Typical edits on this screen

  • media, slug, category, or province changes
  • schedule and map data updates
  • content, audio, video, and long-form blocks
  • featured or is_partner flags when the deployment uses them
  1. Open the screen from Manage so list filters remain intact.
  2. Re-check type before editing content because it affects visible fields.
  3. If you change slug, coordinates, or category, review the record again in Place Detail.

Update is the most complete place form

If you need to change media, metadata, content, and operational flags together, Update is the right screen instead of editing pieces across multiple shared views.