Actions
Bug #4286
closedLoad module does not function inside CB IF substitutions
Description
The REGEX to check for open and closing tag is likely the cause of this. Load module causes the substitution usage to stop working as it's probably ending at the end of the load module tag. The REGEX should be improved to grab the last closing tag instead of the first occurrence to prevent this.
Updated by krileon about 10 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
This is due to the regex being lazy and going to } as few as possible. It needs to be changed to greedy so it goes until the last }.
Updated by krileon about 10 years ago
- Status changed from Resolved to Closed
- Target version set to 3.0.0
Actions