ForestAdmin / forest-rails

💎 Ruby on Rails agent for Forest Admin to integrate directly to your existing Ruby on Rails backend application.
https://www.forestadmin.com
GNU General Public License v3.0
374 stars 77 forks source link

Missing value in field from Devise Invitable #313

Open pawelwiewiora opened 5 years ago

pawelwiewiora commented 5 years ago

Expected behavior

Should see the value in the field

Actual behavior

In DB I got a field 'invite_by_id' which is a field from Devise Invitable - the value if invisible but I can filter by this data and User is found. more info: https://forestadmin.slack.com/messages/C0FQF9Z52/convo/C0FQF9Z52-1556094340.242300/

arnaudbesnier commented 5 years ago

Hi @pawelwiewiora,

Could you please fully describe your issue here. Slack discussions won't persist over time so we need all the details here 🙏

Thanks for your help.

pawelwiewiora commented 5 years ago

My db:

1

Forest:

zrzut_ekranu_2019-04-11_o_16 17 36

The value from db in not visible in forest

pawelwiewiora commented 5 years ago

any solution?