csdms / wmt-client

A GWT client for the CSDMS Web Modeling Tool
MIT License
0 stars 0 forks source link

Remove 'public' label when saving a model a user doesn't own #61

Closed mdpiper closed 9 years ago

mdpiper commented 9 years ago

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.