Content fragment references on translation
Hello everyone,
We are facing an issue while creating a language copy via a translation project with a page which references two different content fragments.
Scenario:
AEM 6.5.8
In Page C properties there are two references to two different content fragments.
Content Fragment A and Content Fragment B. The later references also Content Fragment A.

Added the following reference in the translation rules for the Content Fragment A reference:
assetNode with resource type resourceTypeC referenced as fragmentAReference
When a translation project is created, for example from en to de, and Page C is added, Page C and ContentFragment A are cloned under de and fragmentAReference in Page C properties gets updated. Working as expected.
Then add the next reference for Content Fragment B reference:
assetNode with resource type resourceTypeC referenced as fragmentBReference
Repeating the same translation process, now the previous rule for fragmentAReference is ignored.
Page C and Content Fragment B are cloned and fragmentBReference in Page C properties gets updated.
Does any one else run into this?
Is there any workaround?
Thanks in advance