.then(function() {
			NotificationActions.notify('Character Saved!');
			NavigationActions.changeUrl(URL.page.character.index);
		})
Exemple #2
0
		.receive('error', () => {
			NavigationActions.changeUrl(URL.page.campaign.index);
			NotificationActions.notify('Could not join the session');
		});