A default.project.json
with an omitted name
field sets the name of its top-level instance to default
after subsequent changes
#916
Labels
This issue is reproducible on latest mater, and is related to #858 .
Repro steps:
default.project.json
and omit thename
field. I used the following project: no_name_top_level_project.zip.rojo serve
on the project, and visithttp://localhost:34872/show-instances
. Observe that the resulting instance has the correct name:http://localhost:34872/show-instances
and observe that the instance's name has changed todefault
:The text was updated successfully, but these errors were encountered: