RM-3913 FIXMEs should have JIRAs assigned to them.

Mention issue number next to Fixme's.
This commit is contained in:
Roxana Dina
2016-09-06 16:00:49 +03:00
parent 582e18230b
commit 62a1570f27
5 changed files with 11 additions and 5 deletions

View File

@@ -324,6 +324,7 @@ public class JSONConversionComponent extends org.alfresco.repo.jscript.app.JS
for (ChildAssociationRef parent : parentAssocs)
{
// FIXME: What if there is more than a secondary parent?
// RM-3930
if (!parent.isPrimary())
{
originatingLocation = parent.getParentRef();
@@ -334,6 +335,7 @@ public class JSONConversionComponent extends org.alfresco.repo.jscript.app.JS
{
// assume we have found the correct in-place location
// FIXME when we support multiple in-place locations
// See RM-3929
break;
}
}