Skip to content

Commit

Permalink
Merge branch 'develop' into release/3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pablothedude committed Mar 16, 2020
2 parents a8106ff + 8b1ecd5 commit 3adf37d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 3.1.3
**Bugfix**
* Allow updating the location of an RA #235

## 3.1.2
**Bugfix**
* Repair the token export feature #234
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ public function amendRaInformationAction(Request $request, $identityId, $raInsti

$command = new AmendRegistrationAuthorityInformationCommand();
$command->identityId = $raListing->identityId;
$command->location = $this->getUser()->institution;
$command->location = $raListing->location;
$command->contactInformation = $raListing->contactInformation;
$command->institution = $raListing->raInstitution;

Expand Down

0 comments on commit 3adf37d

Please sign in to comment.