Skip to content

Commit

Permalink
Merge pull request #410 from DigitalCurationCentre/xsrust/bugfixes
Browse files Browse the repository at this point in the history
Xsrust/bugfixes
  • Loading branch information
vyruss authored Jun 8, 2017
2 parents bc5b041 + 20013cf commit 4a1b06f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/registrations_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def create
def update
if user_signed_in? then
@orgs = Org.where(parent_id: nil).order("name")
@default_org = current_user.org
@other_organisations = Org.where(parent_id: nil, is_other: true).pluck(:id)
@identifier_schemes = IdentifierScheme.where(active: true).order(:name)
@languages = Language.sorted_by_abbreviation
Expand Down

0 comments on commit 4a1b06f

Please sign in to comment.