mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-24 06:34:57 +01:00
Fixed #387.
This commit is contained in:
parent
85760efb5d
commit
5e4b3cf211
@ -102,6 +102,7 @@ void FormCategoryDetails::apply() {
|
||||
}
|
||||
|
||||
m_serviceRoot->requestItemReassignment(m_category, parent);
|
||||
m_serviceRoot->itemChanged({ m_category });
|
||||
accept();
|
||||
}
|
||||
|
||||
|
@ -91,6 +91,7 @@ void FormStandardFeedDetails::apply() {
|
||||
}
|
||||
|
||||
m_serviceRoot->requestItemReassignment(m_feed, parent);
|
||||
m_serviceRoot->itemChanged({ m_feed });
|
||||
accept();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user