Skip to content

Commit

Permalink
Pull request finos#413: Enable Physical flow registration button for …
Browse files Browse the repository at this point in the history
…eudas

Merge in WALTZ/waltz from WALTZ/waltz-sj:db-feature/CTCTOWALTZ-3178-clear-up-eudas-prevent-direct-phys-flow-registration to db-feature/7180-enable-physical-flow-reg-button-for-eudas

* commit '277ea301f9a791d0a13b3851fc590c9b3934bd98':
  indentation changes
  enable physical flow registration for eudas
  rm physical flow registration btn from euda flow details view
  • Loading branch information
jain-shreyans-db committed Nov 13, 2024
2 parents 5a3a543 + 277ea30 commit a7f1ebb
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 a7f1ebb

Please sign in to comment.