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

Commit

Permalink
#510 Saving indicator relays on initialValue
Browse files Browse the repository at this point in the history
  • Loading branch information
damianprzygodzki committed Mar 8, 2017
1 parent c2050c1 commit 2fb1fb0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/containers/MasterWindow.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ class MasterWindow extends Component {
master.data,
documentSummaryElement && documentSummaryElement.fields[0].field
);

console.log(master.validStatus.initialValue)

return (
<Container
Expand Down
3 changes: 2 additions & 1 deletion src/reducers/windowHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,8 @@ export default function windowHandler(state = initialState, action) {
Object.assign({}, item, action.item) :
item
),
saveStatus: action.saveStatus
saveStatus: action.saveStatus,
validStatus: action.validStatus
})
})

Expand Down

0 comments on commit 2fb1fb0

Please sign in to comment.