It appears that the mitigation of a core bug (#28) has a unintended side effect: If you create a new event based on a template, you'll copy the is_template flag along, effectively creating another template.
When fixing this, it should be made sure that the original purpose of #28 is still fulfilled: copying the is_template flag if you want clone a template, but not if you want to instantiate it.
This was introduced in version 1.1-beta4 and was released with version 1.1.0.
It appears that the mitigation of a core bug (#28) has a unintended side effect: If you create a new event based on a template, you'll copy the
is_template
flag along, effectively creating another template.When fixing this, it should be made sure that the original purpose of #28 is still fulfilled: copying the
is_template
flag if you want clone a template, but not if you want to instantiate it.This was introduced in version
1.1-beta4
and was released with version1.1.0
.