Fix opportunities board and CI (#5573)

RelationFieldDisplay was estabilishing a dependency on
RecordTableContext which is not right as FieldDisplay can be loaded
outside of RecordTable context

I'm using an util directly but understand this is a bit heavier than
before in term of performance. If we want to pre-compute this, we will
need to be a bit smarter.

Also the previous code based on fieldName was not right, we should check
relationObjectMetadataItem instead
This commit is contained in:
Charles Bochet
2024-05-25 12:29:20 +02:00
committed by GitHub
parent 1c867d49a1
commit 9c325eb0ef
9 changed files with 32 additions and 67 deletions

View File

@ -56,8 +56,8 @@ export {
IconCurrencyDollar,
IconCurrencyEuro,
IconCurrencyFrank,
IconCurrencyKroneSwedish,
IconCurrencyKroneCzech,
IconCurrencyKroneSwedish,
IconCurrencyPound,
IconCurrencyRiyal,
IconCurrencyYen,