0e7a9e46d2
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.
5 lines
113 B
YAML
5 lines
113 B
YAML
---
|
|
title: Allow empty values such as [] to be stored in reactive cache
|
|
merge_request: 25283
|
|
author:
|
|
type: fixed
|