Skip to content

Commit

Permalink
[releases/25.0] Fix get app id for object (#1931)
Browse files Browse the repository at this point in the history
  • Loading branch information
blrobl authored Sep 3, 2024
1 parent 916aa75 commit 698216e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ codeunit 8333 "VS Code Integration Impl."

if AllObjWithCaption.FindFirst() then begin
NavAppInstalledApp.Reset();
NavAppInstalledApp.SetRange("Package ID", AllObjWithCaption."App Runtime Package ID");
NavAppInstalledApp.SetRange("Package ID", AllObjWithCaption."App Package ID");
if NavAppInstalledApp.FindFirst() then
exit(NavAppInstalledApp."App ID");
end;
Expand Down

0 comments on commit 698216e

Please sign in to comment.