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

Refresh manager not resumed after an exception in a module controller #735

Closed

Conversation

divdavem
Copy link
Member

This is another pull request to fix #727, as the previous fix only fixed half of the issue (there were several calls to aria.templates.RefreshManager.stop()).

When an exception occured in a module controller method, the interceptor (which stopped the refresh manager when the call to the module controller begins) was not called to resume the refresh manager after the exception.

@simonarbuckle
Copy link
Collaborator

The pull request looks good to me, lets integrate it.

@divdavem divdavem closed this in 74dc02a Sep 18, 2013
divdavem added a commit to divdavem/ariatemplates that referenced this pull request Sep 18, 2013
…in a module controller

Close ariatemplates#735
(cherry picked from commit 74dc02a)

Conflicts:
	test/aria/templates/TemplatesTestSuite.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Callback failure when submitting a JSON request should be handled in the framework
2 participants