Skip to content

Commit

Permalink
Modify GnMdViewController to set recordIdentifierRequested using the …
Browse files Browse the repository at this point in the history
…getUuid function
  • Loading branch information
tylerjmchugh authored and fxprunayre committed Aug 23, 2024
1 parent 4a57a02 commit 347dc96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
$scope.gnMetadataActions = gnMetadataActions;
$scope.url = location.href;
$scope.compileScope = $scope.$new();
$scope.recordIdentifierRequested = gnSearchLocation.uuid;
$scope.recordIdentifierRequested = gnSearchLocation.getUuid();
$scope.isUserFeedbackEnabled = false;
$scope.isRatingEnabled = false;
$scope.showCitation = false;
Expand Down

0 comments on commit 347dc96

Please sign in to comment.