Commit bff1153
committed
minor #300 [CRUD] Redirect to index after edit (ckrack)
This PR was squashed before being merged into the 1.0-dev branch (closes #300).
Discussion
----------
[CRUD] Redirect to index after edit
Update the generated edit action.
This now redirects to the index instead of the edit form.
Fixes #257
Commits
-------
ab697d1 Fix tests
e5c9d1d Redirect to index after editFile tree
3 files changed
+1
-19
lines changed- src/Resources/skeleton/crud/controller
- tests/fixtures
- MakeCrudInCustomRootNamespace/tests
- MakeCrud/tests
3 files changed
+1
-19
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
Lines changed: 0 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | 47 | | |
57 | 48 | | |
58 | 49 | | |
| |||
Lines changed: 0 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | 47 | | |
57 | 48 | | |
58 | 49 | | |
| |||
0 commit comments