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
save method in GenericEnhancers trait is used to inject NucleusUtils.save() method. RestfulController has a save endpoint. If any controller extends RestfulController then it won't be able to use save method from NucleusUtils class directly.
Originally reported by: ankit agrawal (Bitbucket: ankit-agrawal11, GitHub: ankit-agrawal11)
save method in GenericEnhancers trait is used to inject NucleusUtils.save() method. RestfulController has a save endpoint. If any controller extends RestfulController then it won't be able to use save method from NucleusUtils class directly.
The text was updated successfully, but these errors were encountered: