Skip to content

Commit

Permalink
Add user posts lists to controller actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Purrmann committed Apr 29, 2016
1 parent 91cd494 commit 66290c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Configuration/FlexForms/Pi1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<numIndex index="1">
<numIndex index="0">LLL:EXT:typo3_forum/Resources/Private/Language/locallang_flexforms.xml:Behaviour_Action_User_Show</numIndex>
<numIndex index="1">User->show; User->disableUser; User->unDisableUser;
User->listSubscriptions;User->show;User->showMyProfile;User->listMessages;User->newMessage;User->createMessage;User->listNotifications
User->listSubscriptions;User->show;User->showMyProfile;User->listMessages;User->newMessage;User->createMessage;User->listNotifications, User->listPosts
</numIndex>
</numIndex>
<numIndex index="3">
Expand Down
4 changes: 2 additions & 2 deletions ext_localconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'Forum' => 'index, show, markRead, showUnread',
'Topic' => 'show, new, create, solution, listLatest',
'Post' => 'show, new, create, edit, update, delete',
'User' => 'showMyProfile, index, list, subscribe, favSubscribe, show, disableUser, unDisableUser, listNotifications, listMessages, createMessage, newMessage',
'User' => 'showMyProfile, index, list, subscribe, favSubscribe, show, disableUser, unDisableUser, listNotifications, listMessages, createMessage, newMessage, listPosts',
'Report' => 'newUserReport, newPostReport, createUserReport, createPostReport',
'Moderation' => 'indexReport, editReport, newReportComment, editTopic, updateTopic, updateUserReportStatus, updatePostReportStatus, createUserReportComment, createPostReportComment, topicConformDelete',
'Tag' => 'list, show, new, create, listUserTags, newUserTag, deleteUserTag',
Expand All @@ -24,7 +24,7 @@
'Forum' => 'show, index, create, update, delete, markRead, showUnread',
'Topic' => 'create',
'Post' => 'new, create, edit, update, delete',
'User' => 'showMyProfile, dashboard, subscribe, favSubscribe, listFavorites, listNotifications, listTopics, listMessages, createMessage',
'User' => 'showMyProfile, dashboard, subscribe, favSubscribe, listFavorites, listNotifications, listTopics, listMessages, createMessage,listPosts',
'Report' => 'newUserReport, newPostReport, createUserReport, createPostReport',
'Moderation' => 'indexReport, updateTopic, updateUserReportStatus, updatePostReportStatus, newReportComment, createUserReportComment, createPostReportComment',
'Tag' => 'list, show, new, create, listUserTags, newUserTag, deleteUserTag',
Expand Down

0 comments on commit 66290c2

Please sign in to comment.