xlsx improvements (#1518)

This commit is contained in:
Adrian Rudnik
2020-03-20 18:29:26 +01:00
committed by GitHub
parent b8c5323ece
commit fb2ce0d30a
3 changed files with 67 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ class TimesheetFixtures extends Fixture implements DependentFixtureInterface
public const MIN_MINUTES_PER_ENTRY = 15;
public const MAX_MINUTES_PER_ENTRY = 840; // 14h
public const MAX_TAG_PER_ENTRY = 3;
public const MAX_DESCRIPTION_LENGTH = 50;
public const MAX_DESCRIPTION_LENGTH = 500;
public const BATCH_SIZE = 100;