Skip to content

Commit

Permalink
Update survey-template-edit.js
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwatkins73 authored May 17, 2022
1 parent f6a34c1 commit fd6cdff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions waltz-ng/client/survey/survey-template-edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ See the documentation for a complete list of functions and their arguments. Bel
* \`hasDataType(name|extId)\`: returns whether the specified datatype (or a descendent) is in use by the app
* \`hasInvolvement(roleName)\`: returns whether the subject entity has any involvement record with the given role name
* \`hasLifecyclePhase(lifecyclePhase)\`: returns true of the given lifecycle phase matches the entities lifecycles phase. (PRODUCTION, DEVELOPMENT, CONCEPTUAL, RETIRED)
* \`isAppKind(applicationKind)\`: returns true of the given app kind phase matches the application kind. ( IN_HOUSE, INTERNALLY_HOSTED, EXTERNALLY_HOSTED, EUC, THIRD_PARTY, CUSTOMISED, EXTERNAL)
* \`isAppKind(applicationKind)\`: returns true of the given app kind phase matches the application kind. ( IN_HOUSE, INTERNALLY_HOSTED, EXTERNALLY_HOSTED, EUC, THIRD_PARTY, CUSTOMISED, EXTERNAL)
`;


Expand Down Expand Up @@ -245,4 +245,4 @@ const page = {
};


export default page;
export default page;

0 comments on commit fd6cdff

Please sign in to comment.