Skip to content

Resolve "Check that if we set a formula we can't use the "first row" feature in get row service."

What is in this MR

This MR introduces a test to confirm that when a formula is used in a GetRow service's row_id, and it doesn't have a mapped value in the dispatch context, we don't use the 'no row ID, use first row' functionality.

How to test this MR

You can test it with test_local_baserow_get_row_service_dispatch_data_no_row_id.

Merge Request Checklist

  • changelog.md has been updated if required.
  • New/updated Premium/Enterprise features are separated correctly in the premium or enterprise folder
  • The latest Chrome and Firefox have been used to test any new frontend features
  • Documentation has been updated
  • Quality Standards are met
  • Performance: tables are still fast with 100k+ rows, 100+ field tables
  • The redoc API pages have been updated for any REST API changes
  • Our custom API docs are updated for changes to endpoints accessed via api tokens
  • The UI/UX has been updated following UI Style Guide

Closes #2283 (closed)

Edited by Peter Evans

Merge request reports