Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Model Name change causes catastrophic failure #1715

Open
davidgs opened this issue Jan 29, 2016 · 1 comment
Open

Model Name change causes catastrophic failure #1715

davidgs opened this issue Jan 29, 2016 · 1 comment

Comments

@davidgs
Copy link

davidgs commented Jan 29, 2016

I had models named Accelerometer-X, Accelerometer-Y, etc. Turns out the - is not a great character to use in model names, as in other places, it is an ‘illegal character’. It isn’t flagged by composer as such though. So I went in to the composer and tried to change the names of the models to remove the - character. As soon as I removed it from one model, ALL of my models disappeared from the composer and I now have NO models in the composer, and can no longer run the application. I’ve tried to find all the instances of the - in all the files in the project manually, but so far, I’ve had no luck. The application is dead, and I can't seem to resuscitate it.

Basically, renaming a model has caused the entire project to be unusable. Seems like a bug, no?

@p1lare
Copy link

p1lare commented Apr 20, 2016

Similar in here. In my case renaming the name of model in Composer ended up with not showing up any other Model in composer, but since i had it open I've deleted the model, and after restarting arc the rest was back on. I could add the model with the name I wanted. I believe it was MySQL, connector, didn't try for any others.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants