Skip to content

Commit

Permalink
[api] do not create new packages with group roles on submit request
Browse files Browse the repository at this point in the history
Conflicts:
	src/api/app/controllers/request_controller.rb
  • Loading branch information
adrianschroeter committed Oct 1, 2012
1 parent 7d6a05c commit aa5d1d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/app/controllers/request_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1670,6 +1670,7 @@ def command_changestate
end
end
target_package.remove_all_persons
target_package.remove_all_groups
target_package.name = action.target_package
target_package.save

Expand Down

0 comments on commit aa5d1d7

Please sign in to comment.