Closed (fixed)
Project:
Drupal voor Gemeenten
Version:
7.x-1.x-dev
Component:
DvG feature module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Jul 2019 at 09:53 UTC
Updated:
12 Aug 2019 at 09:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
joshahubbers commentedThis patch initializes the variable at the start of each loop so the value of the previous loop will not affect the current loop.
Comment #3
Danny.Wouters commentedNice catch! The variable should indeed receive a default value during each loop.
The patch from #2 fixes this problem.
Comment #5
paulvandenburg commented