-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Topicsubscription Button wird erst nach System-Cache leeren aktualisiert #261
Comments
Ich hatte das gleiche Problem und habe es dann umgeschrieben. From b7a6de5c50bbd67ca38063c82b3b3936e020d232 Mon Sep 17 00:00:00 2001 .../Classes/Controller/AbstractController.php | 15 ++++++++-- diff --git a/typo3conf/ext/typo3_forum/Classes/Controller/AbstractController.php b/typo3conf/ext/typo3_forum/Classes/Controller/AbstractController.php abstract class AbstractController extends ActionController { @@ -82,9 +83,17 @@ abstract class AbstractController extends ActionController {
diff --git a/typo3conf/ext/typo3_forum/Resources/Private/Templates/Bootstrap/Ajax/ForumMenu.html b/typo3conf/ext/typo3_forum/Resources/Private/Templates/Bootstrap/Ajax/ForumMenu.html
diff --git a/typo3conf/ext/typo3_forum/Resources/Private/Templates/Bootstrap/Ajax/TopicListMenu.html b/typo3conf/ext/typo3_forum/Resources/Private/Templates/Bootstrap/Ajax/TopicListMenu.html
diff --git a/typo3conf/ext/typo3_forum/Resources/Private/Templates/Standard/Ajax/ForumMenu.html b/typo3conf/ext/typo3_forum/Resources/Private/Templates/Standard/Ajax/ForumMenu.html
diff --git a/typo3conf/ext/typo3_forum/Resources/Private/Templates/Standard/Ajax/TopicListMenu.html b/typo3conf/ext/typo3_forum/Resources/Private/Templates/Standard/Ajax/TopicListMenu.html
-- |
@Locke80 can you please open a PR or post a formatted diff/patch instead of an email? Also, there is an email address in your post, you probably don't want to have this posted publicly here. |
Hallo,
wenn man im Topic auf "Abonnieren" klickt, verändert sich der Button erst auf "nicht mehr abonnieren" wenn der System- Cache geleert wird.
Wie ändert man das?
Grüße Philipp
The text was updated successfully, but these errors were encountered: