Fixed #387.
This commit is contained in:
parent
85760efb5d
commit
5e4b3cf211
2 changed files with 2 additions and 0 deletions
|
@ -102,6 +102,7 @@ void FormCategoryDetails::apply() {
|
||||||
}
|
}
|
||||||
|
|
||||||
m_serviceRoot->requestItemReassignment(m_category, parent);
|
m_serviceRoot->requestItemReassignment(m_category, parent);
|
||||||
|
m_serviceRoot->itemChanged({ m_category });
|
||||||
accept();
|
accept();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -91,6 +91,7 @@ void FormStandardFeedDetails::apply() {
|
||||||
}
|
}
|
||||||
|
|
||||||
m_serviceRoot->requestItemReassignment(m_feed, parent);
|
m_serviceRoot->requestItemReassignment(m_feed, parent);
|
||||||
|
m_serviceRoot->itemChanged({ m_feed });
|
||||||
accept();
|
accept();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue