-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug #5991 Fix the creation of autocomplete widgets (javiereguiluz)
This PR was squashed before being merged into the 4.x branch. Discussion ---------- Fix the creation of autocomplete widgets Fixes #5981. I had to revert the changes made by `@ksn135` in #5705. Sorry! I tried to minimize the issues by solving the problem with the `ChoiceFilter` mentioned in the original PR. Commits ------- 136b6c3 Fix the creation of autocomplete widgets
- Loading branch information
Showing
6 changed files
with
10 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
src/Resources/public/app.e7951020.js → src/Resources/public/app.1357e916.js
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
"/app.052a1081.rtl.css" | ||
], | ||
"js": [ | ||
"/app.e7951020.js" | ||
"/app.1357e916.js" | ||
] | ||
}, | ||
"form": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters