Currently the display of the field value ignores previously set resolve callbacks in Nova. This can lead to the package not playing nice with other packages that manipulate fields, like Spatie's Laravel Translatable.
This patch solved that issue by checking for resolve callbacks before deciding the field's display value.
Currently the display of the field value ignores previously set resolve callbacks in Nova. This can lead to the package not playing nice with other packages that manipulate fields, like Spatie's Laravel Translatable.
This patch solved that issue by checking for resolve callbacks before deciding the field's display value.