[Rt-commit] rt branch, 5.0/fix-slow-performance-for-custom-fields-with-many-values, repushed
? sunnavy
sunnavy at bestpractical.com
Thu Oct 1 14:19:50 EDT 2020
The branch 5.0/fix-slow-performance-for-custom-fields-with-many-values was deleted and repushed:
was f988cee942be1185e0f2ec92bfc73eb3e9215f86
now 4d20cec54b6349b202816d6c4c41d84415d37142
1: f988cee942 ! 1: 4d20cec54b Tweak logic to not generate to-be-deleted inline editing html
@@ -1,8 +1,12 @@
Author: Dianne Skoll <dianne at bestpractical.com>
- Even if inline editing was disabled, the code was still fetching all custom field values for selection fields.
+ Tweak logic to not generate to-be-deleted inline editing html
- This commit turns that off.
+ Even if inline editing was disabled, the code was still fetching all
+ custom field values for selection fields, which could slow down page
+ load a lot if the custom field value list is big.
+
+ Fixes: I#36776
diff --git a/share/html/Elements/CollectionAsTable/Row b/share/html/Elements/CollectionAsTable/Row
--- a/share/html/Elements/CollectionAsTable/Row
More information about the rt-commit
mailing list