mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 02:35:38 +08:00
refs #720, allow to publish when there are errors, but some models pass validation
* return valid and invalid models * return value "success" when there are any valid models
This commit is contained in:
committed by
Mathew Sutcliffe
parent
d10fe5ad18
commit
da343d81c1
@@ -202,7 +202,7 @@ namespace BlackMisc
|
||||
CStatusMessageList validateForPublishing() const;
|
||||
|
||||
//! Validate for publishing
|
||||
CStatusMessageList validateForPublishing(CAircraftModelList &validateModels) const;
|
||||
CStatusMessageList validateForPublishing(CAircraftModelList &validModels, CAircraftModelList &invalidModels) const;
|
||||
|
||||
//! To database JSON
|
||||
QJsonArray toDatabaseJson() const;
|
||||
|
||||
Reference in New Issue
Block a user