Hi,
Is it possible to add attribute in CreateView method (edit view) to disable redirect after creating new record ? I'm using createview in custom modal, but I'm always redirect to full detail view after creating new record. If record exists everything works just fine.
Is it possible to add attribute in CreateView method (edit view) to disable redirect after creating new record ? I'm using createview in custom modal, but I'm always redirect to full detail view after creating new record. If record exists everything works just fine.
Comment