Bulk mode dynamic content download did not work properly.
There were missing some code lines responsible for the iteration on dynamic content when the bulk mode was required.
How to test
Navigate to Zendesk and sign in.
Got the right top of the page to open the help desk.
Add transifex support plugin through the gear icon --> manage ...
Create some dynamic content and then do move on sending the content to transifex throughout the tx installed application
Reviewer checklist
For the code:
[x] Change is covered by unit-tests
[x] Code is well documented, well-styled and is following best practices (cf. TEM)
[x] Performance issues have been taken under consideration
[x] Errors and other edge-cases are handled properly
For the PR:
[x] Problem and/or solution are well-explained
[x] Commits have been squashed so that each one has a clear purpose
Problem and/or solution
Reported issue:
Bulk mode dynamic content download did not work properly.
There were missing some code lines responsible for the iteration on dynamic content when the bulk mode was required.
How to test
Navigate to Zendesk and sign in. Got the right top of the page to open the help desk. Add transifex support plugin through the gear icon --> manage ... Create some dynamic content and then do move on sending the content to transifex throughout the tx installed application
Reviewer checklist
For the code:
For the PR:
Dynamic content used not to sync in bulk mode. Thus we added a couple of code lines that used to be missing.