Open cketcham opened 12 years ago
Please add this starting at line 84 in edu/ucla/cens/mobilize/client/presenter/ResponsePresenter.java
// Campaign update handler this.eventBus.addHandler(CampaignInfoUpdatedEvent.TYPE, new CampaignInfoUpdatedEventHandler() { @Override public void onCampaignInfoUpdated(CampaignInfoUpdatedEvent event) { campaigns = event.getCampaigns(); } });
Steps to reproduce:
The new response is not shown. I would expect the new response to be at the top of the list.