Skip to content

Lookupfield

Nigel Gott requested to merge 615-lookup-field-v3 into develop

Testing Notes

  • Can do a large nested lookup
  • Can lookup a link field
  • Can change the values of a looked up link field and have the updates appear
  • Can delete a looked up field and the lookup fields break
  • Can delete the looked through field and have the lookup fields break
  • Restoring/creating/renaming fields fixes broken lookups
  • Can lookup all supported types of fields
  • Can export lookups of all supported types of fields
  • Can import/export groups with lookups and after the import the values are correct

Merge Request Checklist

  • changelog.md has been updated if required
  • Documentation has been updated
  • Quality Standards are met
  • The UI/UX has been updated following UI Style Guide
  • The redoc API pages have been updated for any REST API changes
  • The per database user API docs page has been updated for any REST API changes made to endpoints which can be accessed via a user created token
  • Has performance been considered and tested when appropriate? Ideally Baserow should be performant when working with hundreds of thousands of rows
  • New/Changed Premium features are separated correctly in the premium folder
  • There are tests for and it has been checked that any changed/new django ORM code is sensible, doesn't perform N queries and that table models are not generated needlessly or generated with all columns when only a few are needed.

Closes #615 (closed)

Edited by Nigel Gott

Merge request reports