gitlab-org--gitlab-foss/changelogs/unreleased/56851-blank-values-in-reactive-cache.yml
Reuben Pereira 0e7a9e46d2 Allow blank values to be stored in reactive cache
Reactive caching concern was using .present? to determine if it got
a valid value from the cache. This returns false for values such as
false, [], {}. Change this check to !.nil? instead.
2019-02-18 11:24:00 +00:00

5 lines
113 B
YAML

---
title: Allow empty values such as [] to be stored in reactive cache
merge_request: 25283
author:
type: fixed