You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the Physical Flow Page, People section, you cannot add a Person because there are no roles selectable; Unable to add selectable roles because "Physical Flow" does not appear to be an allowable 'Entity Kind'
Classifying this as a feature request; I'm not sure if there are other types that need to be added as well to make sure all entity types can have people associated with them. Also not sure if my trace through below is the proper line of thinking for why this isn't working.
sample endpoint: ../physical-flow/2
Additional Details:
This Involvement Kind creation screen dropdown “Entity kind these involvements are associated to” is missing PHYSICAL_FLOW
entityList is a hard-coded list above <-- you can see this list corresponds one-to-one with the dropdown from the GUI
‘entity’ comes from -> import {entity} from "../../../common/services/enums/entity";
waltz-ng/client/common/services/enums/entity.js
There is a “PHYSICAL_FLOW” entry here but I don’t know if it’s as simple as adding it to the entityList or if other changes are needed to bring this together
Resourcing
We would like to add this request to the Waltz team's feature backlog
The text was updated successfully, but these errors were encountered:
I made this change locally and it looks like it works the way we want. I'll create a pull request once we confirm it looks ok. Open to feedback on whether it's truly a one-liner or if there's more work to be done. Also happy to add additional Entity types here if the community has identified others that are missing
Description
On the Physical Flow Page, People section, you cannot add a Person because there are no roles selectable; Unable to add selectable roles because "Physical Flow" does not appear to be an allowable 'Entity Kind'
Classifying this as a feature request; I'm not sure if there are other types that need to be added as well to make sure all entity types can have people associated with them. Also not sure if my trace through below is the proper line of thinking for why this isn't working.
sample endpoint: ../physical-flow/2
Additional Details:
entityList is a hard-coded list above <-- you can see this list corresponds one-to-one with the dropdown from the GUI
‘entity’ comes from -> import {entity} from "../../../common/services/enums/entity";
waltz-ng/client/common/services/enums/entity.js
There is a “PHYSICAL_FLOW” entry here but I don’t know if it’s as simple as adding it to the entityList or if other changes are needed to bring this together
Resourcing
We would like to add this request to the Waltz team's feature backlog
The text was updated successfully, but these errors were encountered: