Open group settings when the group is created
This commit is contained in:
parent
f1db564506
commit
36cd22663a
4 changed files with 13 additions and 3 deletions
|
@ -490,7 +490,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