Jake B.
Well-known member
- Affected version
- 2.0.0
Our Nodes add-on generates a css template based on the input you give for node styling, and it sets the last_edit_date for this template as the current timestamp but as soon as that happens the templates get marked as outdated because the conditional uses
parent.last_edit_date >= template.last_edit_date
. I suppose as a workaround I could increment it from the parent template's last_edit_date, but I think it makes sense that it wouldn't be outdated if the last_edit_date parent and current template are identical