Skip to content

Commit

Permalink
Restore previous behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Dec 9, 2017
1 parent 701cdad commit c1e29a2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/galaxy/webapps/tool_shed/controllers/repository_review.py
Expand Up @@ -274,8 +274,6 @@ def edit_review(self, trans, **kwd):
saved_component_names = []
for component_name in components_dict.keys():
flushed = False
private = None
approved = None
# Retrieve the review information from the form.
# The star rating form field is a radio button list, so it will not be received if it was not clicked in the form.
# Due to this behavior, default the value to 0.
Expand Down

0 comments on commit c1e29a2

Please sign in to comment.