Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Managers, taggable: make anon set_tags fail silently #516

Merged
merged 1 commit into from
Jul 29, 2015
Merged

Managers, taggable: make anon set_tags fail silently #516

merged 1 commit into from
Jul 29, 2015

Conversation

carlfeberhard
Copy link
Contributor

When a manager attempts to set tags on an item with an anonymous user, the taggable manager would previously error.

If we attempt to copy tags when we copy hdas however, and the user doing the copying is anonymous: the copy should be doable but there is no user to associate with the tags (we can't use the original's user's tags).

An unsatisfying compromise is to fail silently when an anon user copies hdas. The hda will not have the original tags but the copy will be possible.

@jmchilton
Copy link
Member

👍

dannon added a commit that referenced this pull request Jul 29, 2015
Managers, taggable: make anon set_tags fail silently
@dannon dannon merged commit 9683615 into galaxyproject:dev Jul 29, 2015
@carlfeberhard carlfeberhard deleted the fix.taggable-anon branch July 31, 2015 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants