Feature #27124
closed"Clear Cache for this page" in Page Module
0%
Description
In the list module, there is a small icon on the right side: clear cache for this page.
For editors, who mainly work with the page module (maybe don't even have access to the list module), it would be much easier to just clear the cache for a page they just edited, if this icon / function were also in available in the page module.
Might also result as a performance optimization, as editors wouldn't need to clear the entire site's page cache that many times.
Files
Updated by Steffen Gebert over 13 years ago
- Status changed from New to Needs Feedback
Hi Urs,
it's unclear to me, why the icon doesn't appear for you. It should appear. Could you please provide a screenshot of your page module?
Thx
Steffen
Updated by Urs Braem over 13 years ago
- File Firefox_2.jpg Firefox_2.jpg added
Hi Steffen
sorry that this turns into a support case instead of a feature request!
I now checked the demo site at http://demo.opensourcecms.com/ and yes it's there.
In all my sites, it's missing, strangely enough. I'll try to deactivate all my tsconfig and see if it shows up.
I've attached a screenshot of the page module.
This is the source of the part:
<div class="buttonsright"><div class="buttongroup"><a title="Datensatzliste anzeigen" href="../../../mod.php?&M=web_list&id=101&returnUrl=%2Ftypo3%2Fsysext%2Fcms%2Flayout%2Fdb_layout.php%3Fid%3D101"><span class="t3-icon t3-icon-actions t3-icon-actions-system t3-icon-system-list-open"> </span></a><a title="Ein Lesezeichen für diese Seite erzeugen" onclick="top.ShortcutManager.createShortcut(String.fromCharCode(69,105,110,32,76,101,115,101,122,101,105,99,104,101,110,32,102,252,114,32,100,105,101,115,101,32,83,101,105,116,101,32,101,114,122,101,117,103,101,110), '../../../', 'web_layout', '%2Ftypo3%2Fsysext%2Fcms%2Flayout%2Fdb_layout.php%3F%26id%3D101%26edit_record%3D%26pointer%3D%26new_unique_uid%3D%26search_field%3D%26search_levels%3D%26showLimit%3D%26SET%5Btt_board%5D%3D0%26SET%5Btt_address%5D%3D0%26SET%5Btt_links%5D%3D0%26SET%5Btt_calender%5D%3D0%26SET%5Btt_products%5D%3D0%26SET%5Btt_content_showHidden%5D%3D1%26SET%5BshowPalettes%5D%3D%26SET%5BshowDescriptions%5D%3D%26SET%5BdisableRTE%5D%3D%26SET%5Bfunction%5D%3D2%26SET%5Blanguage%5D%3D0');return false;" href="#"><span class="t3-icon t3-icon-actions t3-icon-actions-system t3-icon-system-shortcut-new"> </span></a></div></div>
Regards
Urs
Updated by Urs Braem over 13 years ago
I've got it:
mod.web_layout.disableAdvanced = 1
was the reason.
TSCONFIG ref says: "Disables the clear cache advanced function in the bottom of the page in the module, including the "Create new record" link."
But remains silent about the icon on top.
Maybe the description should be adapted in tsconfig or the removal of that button might be excluded from disableAdvanced's functionality.
Regards!
Urs
Updated by Steffen Gebert over 13 years ago
- Status changed from Needs Feedback to Rejected
Updated by Steffen Gebert over 13 years ago
But I agree that it's a bit inconsistent. Could you please create a bug report in the documentation team?
Updated by Urs Braem over 13 years ago
Ok, thanks!
http://forge.typo3.org/issues/27158