FactEngineCommunity / Boston-NL-API-Client

0 stars 0 forks source link

Boston page names should be unique #2

Open urieli opened 1 year ago

urieli commented 1 year ago

Boston v6.5.4.0

I open the FEKL Uploader, and enter the following text.

Satellite has ONE Satellite Name WRITTEN AS StringFixedLength(100)
CREATE PAGE Satellite Page
ADD OBJECT TYPE Satellite TO PAGE Satellite Page

If I push Load into Model twice, the Satellite Page is created twice.

Ideally, there should be a uniqueness constraint on page names, to avoid confusion.

FactEngineCommunity commented 1 year ago

Thank you, I've updated Boston Online at FactEngine, and there is now a check for an attempt to make a Page with the same name as a Page that already exists in the model (with appropriate error message).