Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LEAF 4258 orgchart group and position, fix report builder display when not found #2629

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aerinkayne
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants