Commit 4c1c63b
1 file changed
+1
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
639 | 639 |
| |
640 | 640 |
| |
641 | 641 |
| |
642 |
| - | |
643 |
| - | |
| 642 | + | |
644 | 643 |
| |
645 | 644 |
| |
646 | 645 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
639 | 639 |
| |
640 | 640 |
| |
641 | 641 |
| |
642 |
| - | |
643 |
| - | |
| 642 | + | |
644 | 643 |
| |
645 | 644 |
| |
646 | 645 |
| |
|
1 commit comments
pfpro commentedon Mar 11, 2025
I have a widget on my EA dashboard with ea crud edit links.
I added "&referrer=https://.../admin" to the query string for these links and was redirected back to my dashboard this way after submitting the edit form.
Since the new version, I have been redirected to the index page of the corresponding crud controller instead of the dashboard.
Is there an alternative way now to restore the desired redirect behavior?