Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Commit

Permalink
Critical Fix
Browse files Browse the repository at this point in the history
Check groups if re-select a diff group from the same Subject
  • Loading branch information
gioacostax committed Jan 6, 2017
1 parent 577980c commit b7ae2f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/react/app/schedule/list/subject/subject.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ export default class ScheduleSubject extends React.Component {
name: this.props.values.name,
group: this.state.groups[this.getIndexGroup(code)]
}]);
this.props.actions.checkShow(this.props.values.code, this.state.groups);
this.props.actions.saveLocalStore();
} else {
this.props.actions.resetStateTo(this.props.values.code, 0);
Expand Down

0 comments on commit b7ae2f6

Please sign in to comment.