CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Bug #38367

Option "New/Changed content only" not considered

Added by Markus Friedrich 12 months ago. Updated 12 months ago.

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)

patch.txt (637 Bytes) Markus Friedrich, 2012-06-25 14:12

Associated revisions

Revision 64099
Added by Andreas Otto 12 months ago

  • [~BUG] Fixes #38367. Option "New/Changed content only" not considered. Credits go to Markus Friedrich for investigating the issue and providing a patch.

Revision 64099
Added by Andreas Otto 12 months ago

  • [~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.

Also available in: Atom PDF