Can't override the form_url for change_view - like you can with add_view
Refs: #7757
As there is a way to override the form_url for the add_view there should also be a way to override for the change_view.
Use case example - add GET params to the form action so that you can pass GET data as well as post - for callback etc..
Change History
(11)
milestone: |
→ post-1.0
|
Triage Stage: |
Unreviewed → Design decision needed
|
Severity: |
→ Normal
|
Type: |
→ New feature
|
Easy pickings: |
unset
|
Triage Stage: |
Design decision needed → Accepted
|
UI/UX: |
unset
|
Easy pickings: |
set
|
Needs documentation: |
set
|
Needs tests: |
set
|
Triage Stage: |
Accepted → Ready for checkin
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
Adds a form_url to the change_view method and then passes it to the render_change_form