Project

General

Profile

Actions

Bug #22287

closed

Wrong flashmessage when clearing temporary data

Added by Soren Malling about 14 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2010-03-17
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

While fixing 0012202 i found out that a wrong flashmessage was shown when clearing temporary data.

A message saying "User setting was saved" was displayed, this should of course be a "Temporary data clared" message

(issue imported from #M13832)


Files

bug_13832.diff (3.6 KB) bug_13832.diff Administrator Admin, 2010-03-17 08:12
bug_13832_v2.diff (3.91 KB) bug_13832_v2.diff Administrator Admin, 2010-03-26 13:48
bug_13832_v4.diff (2.4 KB) bug_13832_v4.diff Administrator Admin, 2010-03-26 16:41
Actions #1

Updated by Soren Malling almost 14 years ago

Uploaded bug_13832_v2.diff

Used $LANG instead of hardcoding labels

Actions #2

Updated by Soren Malling almost 14 years ago

Sent to core list for revision :-)

Actions #3

Updated by Francois Suter almost 14 years ago

v4 changes naming of new variable to match existing ones. It also uses $GLOBALS['LANG'] instead of $LANG in storeIncomingData() to avoid adding $LANG to global statement (according to CGLs, this is the preferred way, unless there are really a lot of uses of $LANG).

Actions #4

Updated by Francois Suter almost 14 years ago

Committed to trunk in revision 7188.

Actions

Also available in: Atom PDF