Skip to content

Commit

Permalink
Merge pull request #178 from portagenetwork/issue177
Browse files Browse the repository at this point in the history
fix the org selector in the invitation link
  • Loading branch information
pengyin-shan authored Apr 8, 2022
2 parents 1daf528 + 6925360 commit 3844b41
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [3.0.4+portage-3.0.8] - 2022-04-08

### Fixed

- Fixed invalid org selection when new user accept invitation [#177](https://github.com/portagenetwork/roadmap/issues/177)
## [3.0.4+portage-3.0.7] - 2022-04-05

### Added
Expand Down
2 changes: 1 addition & 1 deletion app/views/devise/invitations/edit.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
form: f,
default_org: nil,
required: true,
orgs: @orgs
orgs: @all_orgs
} %>
</div>
<%= f.button(_('Create account'), class: "btn btn-default", type: "submit") %>
Expand Down

0 comments on commit 3844b41

Please sign in to comment.