Skip to content
Snippets Groups Projects
Commit 8c874ef0 authored by srosse's avatar srosse
Browse files

OO-1231: import used the null rules too, fix it

parent 08938f5e
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, null, null, return repositoryManager.setDescriptionAndName(newEntry, newEntry.getDisplayname(), newEntry.getDescription(),
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