fix crashes in some non-server actions

This commit is contained in:
Martin Michelsen
2024-01-01 00:05:19 -08:00
parent 09b7885013
commit f1e00ccf0e
6 changed files with 48 additions and 25 deletions
+1 -1
View File
@@ -299,7 +299,7 @@ Proxy session commands:\n\
}
}
}
this->state->load_objects(types);
this->state->load_objects_and_downstream_dependents(types);
} else if (command_name == "add-license") {
auto l = this->state->license_index->create_license();