Probesys / lotemplate

LOTemplate is document generator used to create documents programatically (ODT, DOCX, PDF) from a template (DOCX or ODT) and a json file.
GNU Affero General Public License v3.0
23 stars 1 forks source link

fix if scanning after If performances PR #22

Closed philippe-levan closed 1 year ago

philippe-levan commented 1 year ago

With the if performance optimization we changed the way if were scanned.

The new if scanning system changed the document for doing the scanning. There was a bug in that system because it changed the document before the "for scanning" then in case of there is a for inside a if, the scanning of the for disappeared.

Changes

Checklist

philippe-levan commented 1 year ago

canceled and replaced by PR https://github.com/Probesys/lotemplate/pull/23