Skip to content

Commit

Permalink
Merge pull request #7188 from deutschebank/db-contrib/7180-enable-phy…
Browse files Browse the repository at this point in the history
…sical-flow-reg-button-for-eudas

Db contrib/7180 enable physical flow reg button for eudas
  • Loading branch information
davidwatkins73 authored Nov 13, 2024
2 parents 0a78f26 + a7f1ebb commit 906f6a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions waltz-ng/client/common/entity-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ function determineLoadByIdCall(kind) {
return CORE_API.MeasurableStore.getById;
case "APP_GROUP":
return CORE_API.AppGroupStore.getById;
case "END_USER_APPLICATION":
return CORE_API.EndUserAppStore.getById;
default:
throw "Unsupported kind for loadById: " + kind;
}
Expand Down

0 comments on commit 906f6a1

Please sign in to comment.