We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aa5a88 commit 4fdaa95Copy full SHA for 4fdaa95
src/AbraFlexi/Stitek.php
@@ -109,7 +109,7 @@ public static function getAvailbleLabels($object) {
109
110
if (array_key_exists($evidenceBackup, $pathToVsb)) {
111
$labelsRaw = $object->getColumnsFromAbraFlexi(['kod', 'nazev'],
112
- [$pathToVsb[$evidenceBackup] => true], 'nazev');
+ [$pathToVsb[$evidenceBackup] => true, 'limit'=>0], 'nazev');
113
if (count($labelsRaw)) {
114
foreach ($labelsRaw as $labelInfo) {
115
$labels[$labelInfo['kod']] = $labelInfo['nazev'];
0 commit comments