fix inluence_token setting auto cleanup and fix is_dirty
This commit is contained in:
parent
789756d586
commit
3c54a8d4a7
5 changed files with 114 additions and 18 deletions
|
|
@ -177,9 +177,10 @@ class CampaignController:
|
|||
except DomainError as e:
|
||||
QMessageBox.warning(
|
||||
self.app.view,
|
||||
"Deletion forbidden",
|
||||
"Closure forbidden",
|
||||
str(e),
|
||||
)
|
||||
return
|
||||
self.app.is_dirty = True
|
||||
self.app.navigation.refresh(RefreshScope.CURRENT_SELECTION_DETAILS)
|
||||
self.app.navigation.refresh_and_select(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue