Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
There shouldn't be public action setters for the CollectionAdminRequests.
To elaborate more, a Create object should be able to do just that, doesn't make sense to support/have the following:
Create c = new Create(); c.setAction("RELOAD");
The implementation could have an action = <custom action> in case of custom actions.