- Issue created by @mandclu
- Status changed to Fixed
over 1 year ago 11:41am 6 December 2023 Automatically closed - issue fixed for 2 weeks with no activity.
The Moderation Dashboard module is also part of Acquia CMS, and still useful in a headless context. When trying to access the moderation dashboard on a site with the Headless version of Acquia CMS installed, I get a number of fatal errors, all in the ViewJsonTask menu class. It seems to expect its entity property to be an object, but in the dashboard
It might be best if the getEntity method in this class could check that the parameter is an object before returning it, and if not convert it to one. I'm not sure how it could know what kind of entity to convert it to, however, so instead I'm adding checks so that the other methods don't cause fatal errors.
Fixed
1.3
Code
Automatically closed - issue fixed for 2 weeks with no activity.