IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an email to s dot adaszewski at gmail dot com. User accounts are meant only to report issues and/or generate pull requests. This is a purpose-specific Git hosting for ADARED projects. Thank you for your understanding!
소스 검색

WBProcessDashboard now fetches data when parentProcessUuid changes.

master
부모
커밋
3d026c072e
1개의 변경된 파일6개의 추가작업 그리고 3개의 파일을 삭제
  1. +6
    -3
      frontend/src/js/component/wb-process-dashboard.js

+ 6
- 3
frontend/src/js/component/wb-process-dashboard.js 파일 보기

@@ -119,10 +119,13 @@ class WBProcessDashboard extends Component {
this.fetchData();
}
/* componentWillReceiveProps(nextProps) {
componentWillReceiveProps(nextProps) {
if (nextProps.parentProcessUuid === this.props.parentProcessUuid)
return;
this.props = nextProps;
fetchData();
} */
this.fetchData();
}
render({}, { rows }) {
return (


불러오는 중...
취소
저장