Skip to content

Commit

Permalink
Fix opening original item instead of the translated one from api resu…
Browse files Browse the repository at this point in the history
…lt (#4646)
  • Loading branch information
thecalcc authored and petrjasek committed Sep 25, 2024
1 parent 2644d2d commit 0abca10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/apps/translations/services/TranslationService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export function TranslationService(
fn(item, _item);
});
} else {
ng.get('authoringWorkspace').open(item);
ng.get('authoringWorkspace').open(_item);
notify.success(gettext('Item Translated'));
}

Expand Down

0 comments on commit 0abca10

Please sign in to comment.