Skip to content

Conversation

@taridepaco
Copy link
Collaborator

@taridepaco taridepaco commented Nov 13, 2025

Column names for sorting in online queries were not being transforemed into the correct ones from the new tracker endpoint, as it was done for tei queries. Now that event queries are enabled, the mapping needed to be added as well.

Related task ANDROSDK-2183

@github-actions
Copy link

github-actions bot commented Nov 13, 2025

Test Results

1 296 tests  ±0   1 295 ✅ ±0   28s ⏱️ -1s
  392 suites ±0       1 💤 ±0 
  392 files   ±0       0 ❌ ±0 

Results for commit 490a33e. ± Comparison against base commit e6b2883.

♻️ This comment has been updated with latest results.

criteria.ouMode()?.let { builder.orgUnitMode(it) }
criteria.assignedUserMode()?.let { builder.assignedUserMode(it) }
criteria.order()?.let { builder.order(parseOrderString(it)) }
criteria.order()?.let { builder.order(parseOrderString(it, TrackerExporterVersion.V1)) }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't it hardcoded here that the version is always V1?

@sonarqubecloud
Copy link

@taridepaco taridepaco self-assigned this Dec 1, 2025
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.

3 participants