Skip to content

Fix regression in the memoization of select options introduced with 5cf9f185

Antoine requested to merge ZeHiro/kresus:fix-memoization-select into master

Without this patch, the type select and the category select in the report section shared the same memoizer, which made it unuselful. For example, changing a value in the type or category select would rerender all the cat and type selects in the report section. This patch fixes the memoization.

Edited by Antoine

Merge request reports