[TYPO3-core] RFC: #13636: sysext:version needs doNotLoadInFE => 0

Jeff Segars jsegars at alumni.rice.edu
Tue Feb 23 19:14:02 CET 2010


On 2/23/10 12:00 PM, Georg Ringer wrote:
> Hi,
>
> This is an SVN patch request.
>
> Type: Bugfix
>
> Bugtracker references:
> http://bugs.typo3.org/view.php?id=13636
>
> Branches: trunk, 4.3
>
> Problem:
> the versioning sysext is needed in the Frontend too, e.g. in tt_news to
> create a preview of records of a workspace.
>
> How to test:
> 1) Install the extension "version"
> 2) use a dummy plugin or create one and write the lines
> ----------
> if (t3lib_extMgm::isLoaded('version')) {
>      echo 'found';
> } else {
>      echo 'not found';
> }
> ----------
> 3) apply patch
> 4) reinstall the extension&  delete cache
> 5) test in FE again
>
> Solution:
> Change the flag again back to 0
>
> Georg

Thanks Georg! This also applies to frontend editing inside a workspace. 
I need to do a little more testing there before an official +1 but 
figured that usage was worth pointing out.


More information about the TYPO3-team-core mailing list