Skip to content

Commit

Permalink
[BP] Metadata map thumbnail - don't rotate the image when using the L…
Browse files Browse the repository at this point in the history
…andscape layout
  • Loading branch information
josegar74 committed Jun 3, 2022
1 parent 5a3df2e commit e5714a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@
'/attachments/print-thumbnail', null, {
params: {
jsonConfig: angular.fromJson(jsonSpec),
rotationAngle: ((jsonSpec.layout == 'landscape')? 90 : 0)
rotationAngle: 0
}
}).then(function() {
$rootScope.$broadcast('gnFileStoreUploadDone');
Expand Down

0 comments on commit e5714a3

Please sign in to comment.