WMT prevents a user from saving a public model that they don't own. Instead, they're prompted to save (or "save as") the model under a different name (by default "copy" is appended to the name). This works as expected. However, the public label propagates to the saved copy. This is incorrect behavior which is fixed in this pull request.
WMT prevents a user from saving a public model that they don't own. Instead, they're prompted to save (or "save as") the model under a different name (by default "copy" is appended to the name). This works as expected. However, the
public
label propagates to the saved copy. This is incorrect behavior which is fixed in this pull request.