Bug #20274
Updated by Alexander Opitz about 10 years ago
There is a problem with the behavior of TYPO3 and the "access module". When admin user changes permissions for a backend group, SYS_LASTCHANGED is changed too. So, when I use TypoScript to show last updated in frontend page, the date is updated but no content has changed. My TS code : lib.objPiedPage.5.30 = TEXT lib.objPiedPage.5.30.data = page:lastUpdated lib.objPiedPage.5.30.if.isTrue.Data = page:lastUpdated lib.objPiedPage.5.30.strftime = %e %B %Y lib.objPiedPage.5.30.wrap= <p> Last update: |</p> lib.objPiedPage.5.30.data = register : SYS_LASTCHANGED lib.objPiedPage.5.30.if > (issue imported from #M10841)