Commit feb0256
committed
bug #2553 [LiveComponent] Fix ComponentWithFormTrait not working in batch actions (smnandre)
This PR was merged into the 2.x branch.
Discussion
----------
[LiveComponent] Fix ComponentWithFormTrait not working in batch actions
| Q | A
| ------------- | ---
| Bug fix? | yes
| New feature? | no
| Issues | Fix #1509
| License | MIT
Fix #1509
Thank you `@jpvdw86` for your work on this! 👏
Some parts of your PR would have introduced changes affecting all LiveComponent instances, including those not using ComponentWithFormTrait. To keep the impact as minimal as possible, I’ve opted for a more targeted fix.
But _you_ did all the hard work here—much appreciated! 🚀
Commits
-------
466c4eb [LiveComponent] Fix ComponentWithFormTrait not working in batch actions1 file changed
+11
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
145 | 147 | | |
146 | 148 | | |
147 | 149 | | |
148 | 150 | | |
149 | 151 | | |
150 | | - | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
151 | 159 | | |
152 | 160 | | |
153 | 161 | | |
| |||
0 commit comments