Merge remote-tracking branch 'origin/develop' into matthew/status
This commit is contained in:
commit
e729bc431d
27 changed files with 519 additions and 75 deletions
|
@ -493,7 +493,10 @@ module.exports = React.createClass({
|
|||
case 'view_group':
|
||||
{
|
||||
const groupId = payload.group_id;
|
||||
this.setState({currentGroupId: groupId});
|
||||
this.setState({
|
||||
currentGroupId: groupId,
|
||||
currentGroupIsNew: payload.group_is_new,
|
||||
});
|
||||
this._setPage(PageTypes.GroupView);
|
||||
this.notifyNewScreen('group/' + groupId);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue