Skip to content

Fix user data provider type

Jérémie Pardou requested to merge fix-user-data-provider-type into develop

What is in this MR

Minor fix regarding user data provider.

How to test this MR

  • You need a working application with user source (Pro tip: use populate_test_data command)
  • Create a data source that use the user ID to get the value (has filter or row_id value)
  • Select a user, the table is not updated without this MR

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

Merge request reports