Skip to content
Snippets Groups Projects
Commit 2926bde7 authored by izabel's avatar izabel
Browse files

[LMS-650] change project renderer

SVN: 9162
parent e731b43a
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ public class ProjectModel extends BaseModelData
String renderProjectWithGroup(final Project p)
{
return p.getGroup() + ": " + p.getCode();
return p.getCode() + " (" + p.getGroup().getCode() + ")";
}
public final static List<ProjectModel> convert(final List<Project> projects)
......
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