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.queryso you can return to the same list state - the form exposes
custom.featuredandcustom.is_partner - existing data is mapped back into
published_at,open_time,meta, andcontent
Typical edits on this screen
- media, slug, category, or province changes
- schedule and map data updates
- content, audio, video, and long-form blocks
featuredoris_partnerflags when the deployment uses them
Recommended usage
- Open the screen from
Manageso list filters remain intact. - Re-check
typebefore editing content because it affects visible fields. - 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.

