Bug #38367
Option "New/Changed content only" not considered
| Status: | Resolved | Start date: | 2012-06-25 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | 2012-07-01 | |
| Assignee: | Andreas Otto | % Done: | 100% |
|
| Category: | Version 3 | |||
| Target version: | - | |||
| Has patch: | Yes | |||
| Votes: | 0 |
Description
"Excel export" always exports all translations, "New/Changed content only" is not considered in "excelExportImportAction()".
"setModeOnlyChanged()" has to be called, if "onlyChangedContent" is set.
if ($this->MOD_SETTINGS['onlyChangedContent']) {
$viewClass->setModeOnlyChanged();
}
(see attached patch)
Associated revisions
- [~BUG] Fixes #38367. Option "New/Changed content only" not considered. Credits go to Markus Friedrich for investigating the issue and providing a patch.
- [~BUG] Fixes #38367. Option "New/Changed content only" not considered. Credits go to Markus Friedrich for investigating the issue and providing a patch.
History
Updated by Andreas Otto 12 months ago
- Due date set to 2012-07-01
- Status changed from New to Accepted
Thanks for the patch, Markus.
Updated by Andreas Otto 12 months ago
- Status changed from Accepted to Resolved
- % Done changed from 0 to 100
Applied in changeset r64099.