Commit d213ad9
committed
minor symfony#6600 Removing some extra details from symfony#6444 (weaverryan)
This PR was merged into the 2.7 branch.
Discussion
----------
Removing some extra details from symfony#6444
See symfony#6444 - I wanted to accomplish 2 things:
1) Ideally remove needing to duplicate the option - i.e. *try* to re-use the existing `.inc` file, as long as things remain clear. Also, the original `.inc` actually explain what the point of the option is.
2) Removing some extra low-level details that I'm not sure are understandable.
The only thing I wasn't sure about was related to `choice_values`. If I'm using an API, and I want the user to be able to submit some string (e.g. the `username` for a User instead of the id), is this possible by setting this to `username`? Or will that mess up how the entities are queried?
Commits
-------
2336e88 Trying to remove some duplication and some extra details1 file changed
+7
-30
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
198 | | - | |
| 197 | + | |
199 | 198 | | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
| 199 | + | |
| 200 | + | |
211 | 201 | | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
| 202 | + | |
227 | 203 | | |
228 | | - | |
229 | | - | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
230 | 207 | | |
231 | 208 | | |
232 | 209 | | |
| |||
0 commit comments