TaskAttribute rootAttribute = getModel().getTaskData().getRoot();
descriptors.add(new TaskEditorPartDescriptor(PlanningEditorPart.PART_ID) {
@Override
public AbstractTaskEditorPart createPart() {
return new PlanningEditorPart();
}
}.setPath(PATH_ATTRIBUTES));
if (rootAttribute.getAttribute(RedmineAttribute.TIME_ENTRY_TOTAL.getTaskKey())!=null) {
descriptors.add(new TaskEditorPartDescriptor(TimeEntryEditorPart.PART_ID) {