Refreshing a Drawing

Hello there!
After changing the name of an enumeration (see following link to picture) which is being referenced by a Class, the Class’ Attribute does not refresh.

https://www.screencast.com/t/J3byhI6H4mNY

Is there a way to refresh all references in a drawing?

Thanks!

This is a rough guess on my end but it looks to me as if you’re setting this up incorrectly. Judging from the line you set up an association; Item being associated with ItemNames. But I can’t help wonder if you shouldn’t have used an Aggregation here.

My theory is that you set up a wrong connection which resulted in VP not recognizing this connection.

The reason I think in this direction is because I can’t reproduce your problem. When I have set up a relationship between classes and I then proceed to rename the “target class” then the attribute in the main class also changes its name.