- Issue created by @sridhar52
- First commit to issue fork.
- 🇮🇳India vipin.mittal18 Greater Noida
The issue can be reproduced by enabling the LottieFiles Field module and navigating to the page
admin/structure/types/manage/project/fields/add-field. Refer below screenshot:
- 🇮🇳India vishalkhode
The WSOD error is caused by the LottieFiles Field → module, not due the Acquia DAM module. The
acquia_dam_asset
field type hasno_ui = TRUE
, meaning it cannot be created through the UI. Therefore, it is unlikely for this error to occur when creating new field via the UI. - 🇺🇸United States japerry KVUO
Agreed, I doubt this will throw a WSOD, however, we should add the BC shim or remove the category altogether
- 🇮🇳India vishalkhode
@japerry I think removing category make more sense here because as per the Drupal, the category can be defined to ensure that the field is appropriately listed under the specified category when created via the UI. However, since our field is configured not to display in the UI, so we can safely remove this option.
-
japerry →
committed f0200384 on 1.1.x authored by
sridhar52 →
Issue #3534537 by rajeshreeputra: Update Acquia DAM asset type category...
-
japerry →
committed f0200384 on 1.1.x authored by
sridhar52 →
- 🇺🇸United States japerry KVUO
Agreed, with no ui this shouldn't appear at all anyway.