Skip to content

Commit f136322

Browse files
authored
Merge pull request #2685 from DMPRoadmap/issue/2682
remove double-assignment of mananged flag
2 parents c8eea4f + 937bfc2 commit f136322

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/controllers/orgs_controller.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ def admin_update
5151
attrs.delete(:identifiers_attributes)
5252
end
5353

54-
attrs[:managed] = attrs[:managed] == "1"
55-
5654
# See if the user selected a new Org via the Org Lookup and
5755
# convert it into an Org
5856
lookup = org_from_params(params_in: attrs)

0 commit comments

Comments
 (0)