A module will fail its validation check if any two submodules have the same name, but copied/duplicated objects currently retain the same name as their origin. This means that any copy action immediately invalidates module, requiring a manual rename. We could avoid this by appending a "_%d" to the end of a copied module's name.
A module will fail its validation check if any two submodules have the same name, but copied/duplicated objects currently retain the same name as their origin. This means that any copy action immediately invalidates module, requiring a manual rename. We could avoid this by appending a "_%d" to the end of a copied module's name.