Steps to reproduce
- Install easyshare addon
- On Nuxeo instance create an EasyShare folder
- Select some documents and choose 'Add to Collection' button
- Select the EasyShare folder as the collection
- Navigate to the EasyShare folder
- Select/Check a document in the list and choose 'Remove From Collection' button
Expected Results: Document is removed from easyshare collection
Actual Results: Get the following error
2022-03-17T16:57:59,471 ERROR [http-nio-0.0.0.0-8080-exec-3] [org.nuxeo.ecm.webengine.app.WebEngineExceptionMapper] org.nuxeo.ecm.core.api.NuxeoException: Failed to invoke operation: Collection.RemoveFromCollection org.nuxeo.ecm.core.api.NuxeoException: Failed to invoke operation: Collection.RemoveFromCollection at org.nuxeo.ecm.automation.server.jaxrs.ExecutableResource.doPost(ExecutableResource.java:87) ~[nuxeo-automation-server-2021.17.14.jar:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?] . . . Caused by: org.nuxeo.ecm.automation.InvalidChainException: Cannot find any valid path in operation chain - no method found for operation 'Collection.RemoveFromCollection' and for first input type 'void'
- is related to
-
WEBUI-295 Add select all ability to nuxeo-results
- Resolved
- links to