eventBus.fireEvent( new RefreshModuleEditorEvent( asset.getUuid() ) );
}
if ( event.getResults().indexOf( "OK" ) > -1 ) {
//Raise an Event to show an information message
eventBus.fireEvent( new ShowMessageEvent( constants.FileWasUploadedSuccessfully(),
MessageType.INFO ) );
//Reload asset as the upload operation commits the asset's content. If we don't
//reload the asset we receive a optimistic lock error appearing as "Unable to save
//this asset, as it has been recently updated" message to users