strongloop / strong-arc

StrongLoop Arc has been replaced by API Connect. We recommend Arc users move to the Essentials edition of API Connect. If you have questions, please email reachsl@us.ibm.com.
http://strongloop.com/
Other
114 stars 36 forks source link

Existing model no longer displayed after changing letter case of name #263

Open techbubble opened 10 years ago

techbubble commented 10 years ago

I had an existing model with a lowercase named "schedule" in "schedule.json". When I ran Studio it was correctly able to load this model. I then changed the first letter of the model to uppercase and saved it. This worked and did not produce any errors. However, the model disappeared from the list of models on the left.

I re-started Studio, but this did not help. The model no longer displayed in the list.

I deleted the model's .js and .json files and re-started Studio. I then created a model with the name "Schedule". This worked. Subsequent changes to the casing of the model name also worked.

Issue: Changing letter casing of the name of an existing model causes it to no longer appear in the list of models.

raymondfeng commented 10 years ago

It's probably related to https://github.com/strongloop/loopback-workspace/issues/132