Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Responses Tab doesn't show responses which were uploaded after the page is loaded #252

Open
cketcham opened this issue May 11, 2012 · 1 comment
Labels

Comments

@cketcham
Copy link

Steps to reproduce:

  1. Go to Response tab, choose the campaign, and press show responses.
  2. upload response on the phone
  3. press show responses again.

The new response is not shown. I would expect the new response to be at the top of the list.

@ghost
Copy link

ghost commented May 12, 2012

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();
}
});

@ghost ghost assigned marc-schwartz May 18, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants