Issue 351
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
-
734 734 tmpl = InstanceTemplate(**params) 735 735 tmpl.full_clean() # Avoiding database errors. 736 736 tmpl.save() 737 # Copy traits from the VM instance 738 tmpl.req_traits.add(*self.instance.req_traits.all()) 737 739 if clone: 740 # Add permission for the original owner of the template -
Owner
why here?
-
-
-