mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-21 20:39:08 -06:00
Make property uri validation work again
This commit is contained in:
@@ -78,7 +78,7 @@ const std::string& Property::identifier() const {
|
||||
|
||||
std::string Property::uri() const {
|
||||
const std::string& ownerUri = owner()->uri();
|
||||
return !ownerUri.empty() ? std::format("{}.{}", ownerUri, _identifier) : _identifier;
|
||||
return !ownerUri.empty() ? std::format("{}.{}", ownerUri, _identifier) : "";
|
||||
}
|
||||
|
||||
std::any Property::get() const {
|
||||
|
||||
Reference in New Issue
Block a user