Skip to content

Commit c21ce20

Browse files
committed
Change translations batch size
ENG-13729
1 parent c88afc9 commit c21ce20

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## 4.4.3 - 2023-11-15
7+
## 4.4.4 - 2024-01-31
8+
### Changed
9+
- Change translations batch size
10+
11+
## 4.4.3 - 2024-01-30
812
### Changed
913
- Change translation limit for get translation request
1014

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "lilt/craft-lilt-plugin",
33
"description": "The Lilt plugin makes it easy for you to send content to Lilt for translation right from within Craft CMS.",
44
"type": "craft-plugin",
5-
"version": "4.4.3",
5+
"version": "4.4.4",
66
"keywords": [
77
"craft",
88
"cms",

src/assets/resources/job-translation-review.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,11 +475,11 @@ $(document).ready(function() {
475475
criteria: {
476476
jobId: jQuery('#create-job-form').data('job-id'),
477477
},
478+
batchSize: 1000,
478479
selectable: true,
479480
multiSelect: true,
480481
checkboxMode: true,
481482
onUpdateElements: function() {
482-
483483
const elements = CraftliltPlugin.elementIndexTranslation.view.getAllElements().get();
484484

485485
console.log(elements)

0 commit comments

Comments
 (0)