with_options(title: '...') not setting field titles in dashboards
Created by: alexkrolick
It seems like the default stringifier cuts off anything that ends with _id
when it generates the labels for fields. I tried making a custom title for the fields like this:
thing_id: Field::String.with_options(title: "Thing ID")
But the labels throughout the dashboard are still the same.