added head supervisor column
This commit is contained in:
parent
224e055b71
commit
f3021910a6
@ -87,7 +87,7 @@ public class SupervisorMyProjectsPanel extends Panel {
|
||||
|
||||
@Override
|
||||
public IColumn[] getColumns() {
|
||||
IColumn[] columns = new IColumn[5];
|
||||
IColumn[] columns = new IColumn[6];
|
||||
|
||||
columns[0] = new PropertyColumn<Project>(Model.of("Project state"), "stateOfMind", "stateOfMind");
|
||||
columns[1] = new DateColumn<Project>(Model.of("Date created"), "dateCreated", "dateCreated");
|
||||
@ -102,6 +102,7 @@ public class SupervisorMyProjectsPanel extends Panel {
|
||||
};
|
||||
|
||||
columns[4] = new PropertyColumn<Project>(Model.of("Authors"), "projectParticipants");
|
||||
columns[5] = new PropertyColumn<Project>(Model.of("Head supervisor"), "headSupervisor", "headSupervisor");
|
||||
|
||||
return columns;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user