LEAF 4258 orgchart group and position, fix report builder display when not found #2629
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Orgchart group and orgchart position format questions can display incorrectly (false) or oddly (--) in the report builder if the group or position associated with the data entry is not found.
server-side:
Value that is set has been updated so that the Report Builder cells will display nothing if a group or position value is empty and 'group/pos #id no longer available' if it is not empty but the group/pos is not found by lookup. For positions, further lookups are also not completed if the initial position title lookup does not find a position.
front:
Adds some logic to form editing areas to avoid additional lookups if a position title is not found and displays 'position #id no longer available' instead of 'false' and a position card with a link to a broken page.
Testing / Impact
Report Builder
Cells for groups should not display 'false' if a group value is empty or no longer available.
Cells for positions should not display (--) if a position is no longer available.
Form Editing areas
Position value should not display 'false' and a broken link if a position is no longer available.