Skip to content

ViewActivate

Overview

View that renders a confirmation form for the activate action via ModelActionForm, then sends a PATCH request to the activate endpoint when the user confirms. Contributes its title to the layout's PageTitle display via usePageTitle and teleports its "Go Back" action into the title action zone via PageActions, matching sibling action-router views (ViewAction, ViewExecuteTransition, ViewHistoryList).

Theme entry: ViewActivate

Props

NameTypeRequiredDefaultDescription
themeOverrideString|Object|ArraynullA partial theme object merged with the component's default theme; accepts a class string, class array, or theme object.
appstringyesDjango app label that owns the model.
modelstringyesDjango model name whose instances will be activated.
pkstring|arrayyesPrimary key or array of primary keys identifying the instances to activate.
titlestringundefinedPage title override; defaults to "Activate {Model}".

Slots

return-button

Scoped slot.

Bindings

NameDescription
label

Source

client/lib/views/ViewActivate.vue

Documents matching: server v3.0.0a1.post1client v3.0.0-alpha.2