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

family publish tool enabled too early #146

Open
ksobon opened this issue Oct 9, 2018 · 0 comments
Open

family publish tool enabled too early #146

ksobon opened this issue Oct 9, 2018 · 0 comments
Assignees

Comments

@ksobon
Copy link
Contributor

ksobon commented Oct 9, 2018

So this is all taking place in async mode, and that's the issue, but here's what happens:

User opens a model.
That model is registered in MC so it goes on to do all of the steps of checking it in and gathering data.
Since all data gathering routines are ran async, its possible for the model to not yet check in with the Family stuff, but the icon is already enabled.
User goes to publish family data and its not able to, because it hasn't been checked in yet.
.....wait......wait......publish family data again, and now it works.

So basically we need to disable that button, and have it enabled on an event handler. That should do it.

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

No branches or pull requests

1 participant