Skip to content

Allow zero max count for template properties

Marcel Konrad requested to merge fix-template-property-zero-max-count into master

Currently, there is a bug issue that prevents clients from creating template properties with zero max count (should be treated as infinite) and a min count of more than one. This MR fixes that.

Merge request reports