stable

Clone or download

Read-only

feat: Allow empty report without any column

Part of story #39019 Switch mode in Cross tracker search widget How to test: - Using the API explorer, modify (PUT) a cross-tracker report to be in "expert" mode. - Write a query with SELECT that does not match any artifact (for example, WHERE @id < 1). - You should see an empty state explaining that there is no matching artifact. The JS should not throw an error. Change-Id: Id4a379cca8ef6166ba9f5d3977fb2e9a80ee5cea

Modified Files

Name
M plugins/crosstracker/scripts/cross-tracker/src/api/ArtifactsTableBuilder.test.ts +7 −4 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/api/ArtifactsTableBuilder.ts +19 −24 Go to diff View file