This PR adds new issue messages for the dataset tasklist and issue details page that show when an issue is present in a whole column.
While doing this we also decided to include further splitting up the issue details page on issue field as well as issue type
I also added in some missing js docs
Related Tickets & Documents
Closes #306
QA Instructions, Screenshots, Recordings
Added/updated tests?
Added unit test for performanceDbApi.getTaskMessage
updated organisationController unit test for the new entityCount param in issueDetails chain
added test to issueDetails template unit test for checking the default summary header is shown if a custom error heading isn't provided
What type of PR is this? (check all applicable)
Description
This PR adds new issue messages for the dataset tasklist and issue details page that show when an issue is present in a whole column. While doing this we also decided to include further splitting up the issue details page on issue field as well as issue type I also added in some missing js docs
Related Tickets & Documents
QA Instructions, Screenshots, Recordings
Added/updated tests?