Fix activity in first time generator

This commit is contained in:
Jure Grabnar 2016-08-18 08:33:08 +02:00
parent c27c6c19e5
commit c3074e91de

View file

@ -178,7 +178,7 @@ module FirstTimeDataGenerator
description: i == 5 ? qpcr_module_description : nil,
x: (i < 4 ? i % 4 : 7 - i) * 32,
y: (i / 4) * 16,
project: project,
experiment: experiment,
workflow_order: i,
my_module_group: my_module_group
)