Announcement

Collapse
No announcement yet.

Disable view redirect after create new record

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Disable view redirect after create new record

    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.
    Last edited by jakub.skowron; 02-02-2021, 10:24 AM.

  • #2
    Solution found You have to overrride exit method in desired view.

    Comment

    Working...
    X