markParentsDirty
Common function to mark the parent row as dirty
Presentation
function markParentsDirty (
  parentFeature: string,
  parentEntity: string,
  parentIds: string[],
): void;Returns
voidParameters
| Name | Type | Description | 
|---|---|---|
| parentFeature | string | the feature the parent is part of  | 
| parentEntity | string | the entity the parent is part of  | 
| parentIds | string[] | the ids of the parents to mark dirty  |