Sparx Systems Forum
Enterprise Architect => General Board => Topic started by: Janez on October 28, 2005, 12:17:51 am
-
Unable to remove FK qualifier for a copied attribute
When copying attribute with FK constraint to another table copied attribute inherits FK qualifier.
I could not find the way to remove it. Does anybody know to do it?
(AE build 770)
-
Try removing the operation and send a bug report to Sparx.
-
NO operations exist for a copied attribute so nothing can be removed.
(I have already posted this problem. According to V 5.0 Build 769 improvements list this should not be problem any more - I will redo the job)
-
Correct. As of build 769 or greater, this problem should no longer happen when you copy a FK attribute.
If you delete the problem attribute, then copy it back again, it should be fine.
The only other way I know to clear this flag is either via automation (EA.Attribute.IsCollection), or open the repository and find the appropriate row in t_attribute and set IsCollection to "0".
HTH.