- ๐บ๐ธUnited States jason.blanda
jason.blanda โ made their first commit to this issueโs fork.
- ๐บ๐ธUnited States jason.blanda
We ran into this exact issue with fontawesome as well. Here is the patch that should take care of the issue. The patch needs to be applied to the site audit module and not to fontawesome.
- ๐บ๐ธUnited States jcandan
Wow. Yeah, it really seems that the patches to Site Audit โ all follow the same convention:
case some-special-module: muck with the columns
I don't have time to dig, but, as I mentioned in #9 of site_audit's #2824515 โ , I'd imagine a generalized solution could be worked up from core/modules/views/src/EntityViewsData.php::mapFieldDefinition() to dynamically capture the field columns and any values associated with them.
I would have preferred that ticket's โ resolution had been more generalized--the patch accepted was specific to geolocation โ , even though other modules were mentioned in the thread. Too bad. Hope someone might pick-up the reins, and create a issue to tackle this potential generalized approach.