Bug #34219
Don't modify SYS_LASTCHANGED when changing something in a workspaces
| Status: | New | Start date: | 2012-02-24 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Bugs | |||
| Target version: | - | |||
| TYPO3 Version: | 4.6 | PHP Version: | 5.3 | |
| Votes: | 0 |
Description
Currently I have a small TypoScript that displays the last changed date of a page
lib.lastChanged = TEXT
lib.lastChanged {
data = page:SYS_LASTCHANGED
strftime = %d.%m.%Y
}
When some content or data of the page is changed in a workspace the SYS_LASTCHANGED field of the table unfortunatly gets updated to avoid confusion or displaying false information in that case.