@kong-ui-public/entities-plugins 9.14.0 → 9.14.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -10661,9 +10661,9 @@ will extend the wait time by about 12 minutes, continuously adjusting as new req
|
|
|
10661
10661
|
return new RegExp("(?<=-redis-).*").test(q.model);
|
|
10662
10662
|
};
|
|
10663
10663
|
if (L._supported_redis_partial_type = f._supported_redis_partial_type, L._redis_partial_path = f._redis_partial_path, nr(se) || _ != null && _.useLegacyForm || e != null && e.credential) {
|
|
10664
|
-
if (_ != null && _.useLegacyForm) {
|
|
10664
|
+
if (_ != null && _.useLegacyForm && (e != null && e.enableRedisPartial) && f._supported_redis_partial_type) {
|
|
10665
10665
|
for (const q of L.fields)
|
|
10666
|
-
if (
|
|
10666
|
+
if (ee(q)) {
|
|
10667
10667
|
me.push(q);
|
|
10668
10668
|
continue;
|
|
10669
10669
|
}
|