You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using with proxy classes, this package does not work well. Some improvements that can be made:
Admin list display can refer to the proxy class instead of the parent class
Admin list filter can refer to the proxy class instead of the parent class
Documentation
After some monkey patching, I have realised that even though the package was telling me that the parent class was not registered with Moderation and that I should register it, there's no such need. We should be able to register all the proxy classes alone, without the parent class.
Registering both would break the app. Save handling or change/delete pages also break depending on which one you'd register (say, parent class) and which one you won't (say, proxy classes).
I'm unlikely to PR these changes yet as I'm testing them on my project internally.
The text was updated successfully, but these errors were encountered:
When using with proxy classes, this package does not work well. Some improvements that can be made:
I'm unlikely to PR these changes yet as I'm testing them on my project internally.
The text was updated successfully, but these errors were encountered: