mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-7758: Fixed although api calls are failing, event tab shows them as successful
This closes #29
This commit is contained in:
parent
2898f7d8d6
commit
e8a47594da
|
|
@ -44,7 +44,7 @@ public class ActionEventInterceptor implements ComponentMethodInterceptor, Metho
|
|||
|
||||
Object interceptorData = null;
|
||||
|
||||
boolean success = true;
|
||||
boolean success = false;
|
||||
try {
|
||||
interceptorData = interceptStart(m, target);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue