Skip to content

Commit

Permalink
task panels order fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Oct 6, 2021
1 parent af8b688 commit 46c952b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

@PanelType(name = "distribution", defaultContainerPath = "activity/distribution", defaultType = WorkDistributionType.class)
@PanelInstance(identifier = "distribution", applicableForType = TaskType.class, childOf = TaskActivityPanel.class,
display = @PanelDisplay(label = "ActivityDefinitionType.distribution", icon = GuiStyleConstants.CLASS_TASK_DISTRIBUTION_ICON, order = 20))
display = @PanelDisplay(label = "ActivityDefinitionType.distribution", icon = GuiStyleConstants.CLASS_TASK_DISTRIBUTION_ICON, order = 30))
public class TaskDistributionPanel extends AbstractObjectMainPanel<TaskType, TaskDetailsModel> {

private static final Trace LOGGER = TraceManager.getTrace(TaskDistributionPanel.class);
Expand Down

0 comments on commit 46c952b

Please sign in to comment.