Skip to content

馃 1锔忊儯 Fix bugs with field dependency system

What this MR fixes

When a field depended on a link row field, if the link_row_related_field of that link row field was updated/had cell values changed, then the dependant field would not be updated.

How this MR fixes it

We change the field dependency method which queries for dependants to have a new flag. This flag tells it to include any dependants which go via one of the changed fields.

Merge Request Checklist

  • changelog.md has been updated if required
  • New/updated Premium features are separated correctly in the premium 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 #918 (closed)

Edited by Nigel Gott

Merge request reports