Allow Easier Editing of Labels For HasMany Field
Created by: coneybeare
I have a user with many Roles, and on the edit page, I see a label saying Role ids
when I would rather see the label say Roles
instead. The only way I see to make this minor edit is by creating my own custom field which would duplicate most of Field::HasMany. Is there an easier way, am I missing something?