Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
D&T Internet GmbH
TYPO3 CMS HiOrg Integration
Commits
8d23269d
Commit
8d23269d
authored
Oct 16, 2020
by
Stefan Bublies
Browse files
Merge branch '3-cache-probleme' into 'master'
Resolve "Cache Probleme" Closes
#3
See merge request
!3
parents
cdd127fa
bb9dfb59
Changes
1
Hide whitespace changes
Inline
Side-by-side
ext_localconf.php
View file @
8d23269d
...
...
@@ -13,8 +13,8 @@ if (!defined('TYPO3_MODE')) {
),
// non-cacheable actions
array
(
'HiOrgServerSchnittstelle'
=>
''
,
'HiOrgServerLogin'
=>
''
,
'HiOrgServerSchnittstelle'
=>
'
list
'
,
'HiOrgServerLogin'
=>
'
list
'
,
)
);
...
...
@@ -28,7 +28,7 @@ if (!defined('TYPO3_MODE')) {
),
// non-cacheable actions
array
(
'HiOrgServerLogin'
=>
''
,
'HiOrgServerLogin'
=>
'
list
'
,
)
);
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment