Part: Attacher: fix blocking error message
fix #3662 for now, just allow accepting attachment even if attachment is faulty
This commit is contained in:
committed by
Yorik van Havre
parent
eac4352b75
commit
0cd1066abc
@@ -1050,9 +1050,6 @@ bool TaskDlgAttacher::accept()
|
||||
|
||||
Gui::Command::doCommand(Gui::Command::Doc,"%s.recompute()", appDocument.c_str());
|
||||
|
||||
if (!ViewProvider->getObject()->isValid())
|
||||
throw Base::RuntimeError(ViewProvider->getObject()->getStatusString());
|
||||
|
||||
Gui::Command::doCommand(Gui::Command::Gui, "%s.resetEdit()", guiDocument.c_str());
|
||||
document->commitCommand();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user