Alona Kaplan has posted comments on this change. Change subject: webadmin: add showErrorDialog property to runMultipleAction ......................................................................
Patch Set 8: (2 comments) https://gerrit.ovirt.org/#/c/37722/8/frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/Frontend.java File frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/Frontend.java: Line 485: * @param actionType The action type of the actions to run. Line 486: * @param parameters The parameters to the actions. Line 487: * @param callback The callback to call after the operation happens. Line 488: * @param state A state object. Line 489: * @param showErrorDialog Should we show an error dialog? > Javadoc out-of-date. Done Line 490: */ Line 491: public void runMultipleAction(final VdcActionType actionType, Line 492: final List<VdcActionParametersBase> parameters, Line 493: final IFrontendMultipleActionAsyncCallback callback, Line 521: * @param actionType The type of action to perform. Line 522: * @param parameters The parameters of the action. Line 523: * @param showErrorDialog Should we show an error dialog? Line 524: */ Line 525: public void runMultipleAction(final VdcActionType actionType, > Javadoc missing callback parameter. Done Line 526: final List<VdcActionParametersBase> parameters, Line 527: final IFrontendMultipleActionAsyncCallback callback, Line 528: final boolean showErrorDialog) { Line 529: runMultipleAction(actionType, parameters, false, callback, null, showErrorDialog); -- To view, visit https://gerrit.ovirt.org/37722 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I703c95dd2c8bfc2ff3cc997019dcd15fd671d234 Gerrit-PatchSet: 8 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alona Kaplan <alkap...@redhat.com> Gerrit-Reviewer: Alona Kaplan <alkap...@redhat.com> Gerrit-Reviewer: Lior Vernia <lver...@redhat.com> Gerrit-Reviewer: automat...@ovirt.org Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches