-
Notifications
You must be signed in to change notification settings - Fork 642
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved field layout designer performance
No longer creating new user & element conditions for every single field layout component; just a single default instance for each, plus any actual conditions that are saved to the component. (Tried memoizing the builder HTML instead, but that gets pretty complicated with namespaces + JS.) Resolves #11241
- Loading branch information
1 parent
8a00441
commit 1a8f227
Showing
2 changed files
with
38 additions
and
2 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