Fix filters not applying in detailed view (#34259)
This commit is contained in:
parent
38f5e74122
commit
8c3eeb4d29
4 changed files with 34 additions and 12 deletions
|
@ -138,7 +138,7 @@ const makeMapStateToProps = () => {
|
|||
});
|
||||
|
||||
const mapStateToProps = (state, props) => {
|
||||
const status = getStatus(state, { id: props.params.statusId });
|
||||
const status = getStatus(state, { id: props.params.statusId, contextType: 'detailed' });
|
||||
|
||||
let ancestorsIds = ImmutableList();
|
||||
let descendantsIds = ImmutableList();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue