Merge pull request #12 from sethalves/serverless-domain-named-paths

code review
This commit is contained in:
Dante Ruiz 2018-04-13 11:04:23 -07:00 committed by GitHub
commit 1a0f40d070
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2311,8 +2311,6 @@ bool EntityTree::readFromMap(QVariantMap& map) {
QString namedPathViewPoint = iter.value().toString();
_namedPaths[namedPathName] = namedPathViewPoint;
}
} else {
_namedPaths["/"] = "/";
}
// map will have a top-level list keyed as "Entities". This will be extracted