Skip to content
This repository has been archived by the owner on Feb 10, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1 from regniets/master
Browse files Browse the repository at this point in the history
Compatibility with Neos 2.3 LTS
  • Loading branch information
dittertp authored Aug 26, 2016
2 parents 2dc59e1 + 7f5793e commit 7575e0b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
18 changes: 10 additions & 8 deletions Configuration/Policy.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
resources:
methods:
TechDivision_ModuleBase_Controller_Module_TechDivision: 'method(TechDivision\ModuleBase\Controller\Module\TechDivisionController->indexAction())'

acls:
Everybody:
methods:
TechDivision_ModuleBase_Controller_Module_TechDivision: GRANT
privilegeTargets:
TYPO3\Flow\Security\Authorization\Privilege\Method\MethodPrivilege:
TD_NeosBase_Controller_Module_TechDivision:
matcher: method(TD\NeosBase\Controller\Module\TechDivisionController->indexAction())
roles:
'TYPO3.Flow:Everybody':
privileges:
-
privilegeTarget: TD_NeosBase_Controller_Module_TechDivision
permission: GRANT
3 changes: 2 additions & 1 deletion Configuration/Settings.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

TYPO3:
Neos:
moduleConfiguration:
Expand All @@ -7,5 +8,5 @@ TYPO3:
label: 'TechDivision'
controller: '\TechDivision\ModuleBase\Controller\Module\TechDivisionController'
description: 'TechDivision Backend Section'
icon: 'icon-thumbs-up'
icon: 'icon-briefcase'
resource: 'TechDivision_ModuleBase_Controller_Module_TechDivision'
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"homepage" : "https://www.techdivision.com"
}],
"require": {
"typo3/neos": "1.2.*"
"typo3/neos": "2.*"
},
"require-dev" : {
"phing/phing": "*",
Expand Down

0 comments on commit 7575e0b

Please sign in to comment.