ditrit/OGrEE-CLI

reworkOrientations: Old "orientation" placeholder value on site creation

Closed this issue · 2 comments

A site shouldn't have an orientation placeholder an orientation is no longer useful

cedrok@OGrEE3D:/Physical$> +si:RWOR.SITE
successfully created object
cedrok@OGrEE3D:/Physical$> get RWOR/SITE/
{
    "attributes": {
        "orientation": "EN"
    },
    "category": "site",
    "createdDate": "2023-01-17T16:47:29.61Z",
    "description": [],
    "domain": "RWOR",
    "id": "63c6d121b06691d246256ed9",
    "lastUpdated": "2023-01-17T16:47:29.61Z",
    "name": "SITE",
    "parentId": "63c6d119b06691d246256ed8"
}

Removed the hardcoded orientation as of 7081554

Merged into 'reworkOrientations'