As was suggested in a recent demo of Combo, a controller adding labels to resources that it did not create is not entirely idiomatic. The original intent behind this change was to optimize the number of iterations that needed to occur when finding combinations relevant to a Template; However, this now seems to not be of much use.
As a result, this PR removes the code that adds and tests for the label.
Summary
As was suggested in a recent demo of Combo, a controller adding labels to resources that it did not create is not entirely idiomatic. The original intent behind this change was to optimize the number of iterations that needed to occur when finding combinations relevant to a Template; However, this now seems to not be of much use.
As a result, this PR removes the code that adds and tests for the label.