Skip to content
Snippets Groups Projects
Commit 9e5cc5de authored by srosse's avatar srosse
Browse files

no-jira: description is too long for an external_ref

parent 7537ce37
No related branches found
No related tags found
No related merge requests found
...@@ -195,7 +195,7 @@ public class RepositoryEntryImportExport { ...@@ -195,7 +195,7 @@ public class RepositoryEntryImportExport {
} }
} }
return repositoryManager.setDescriptionAndName(newEntry, newEntry.getDisplayname(), newEntry.getDescription(), return repositoryManager.setDescriptionAndName(newEntry, newEntry.getDisplayname(), null,
repositoryProperties.getAuthors(), repositoryProperties.getDescription(), repositoryProperties.getAuthors(), repositoryProperties.getDescription(),
repositoryProperties.getObjectives(), repositoryProperties.getRequirements(), repositoryProperties.getObjectives(), repositoryProperties.getRequirements(),
repositoryProperties.getCredits(), repositoryProperties.getMainLanguage(), repositoryProperties.getCredits(), repositoryProperties.getMainLanguage(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment