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
LEO4 Lehrgangsverwaltung
Commits
f83d540b
Commit
f83d540b
authored
Mar 30, 2022
by
Stefan Bublies
Browse files
Merge branch 'sb_smediacourse' into 'master'
[BUGFIXES] diverse fixes und neue version See merge request
!9
parents
841de140
22fa8218
Changes
5
Hide whitespace changes
Inline
Side-by-side
Classes/Controller/CourseController.php
View file @
f83d540b
...
...
@@ -33,7 +33,7 @@ class CourseController extends \TYPO3\CMS\Extbase\Mvc\Controller\ActionControlle
protected
function
initializeAction
()
{
parent
::
initializeAction
();
$siteRelPath
=
ExtensionManagementUtility
::
siteRel
Path
(
$this
->
request
->
getControllerExtensionKey
());
$siteRelPath
=
ExtensionManagementUtility
::
ext
Path
(
$this
->
request
->
getControllerExtensionKey
());
$pageRenderer
=
GeneralUtility
::
makeInstance
(
PageRenderer
::
class
);
$pageRenderer
->
addCssFile
(
$siteRelPath
.
'Resources/Public/Stylesheets/style.min.css'
);
...
...
Configuration/FlexForm/flexform.xml
View file @
f83d540b
...
...
@@ -44,6 +44,7 @@
<label>
DRK-Typo3-Design
</label>
<config>
<type>
select
</type>
<renderType>
selectSingle
</renderType>
<items
type=
"array"
>
<numIndex
index=
"0"
type=
"array"
>
<numIndex
index=
"0"
>
Ja
</numIndex>
...
...
@@ -63,6 +64,7 @@
<label>
Erweiterte Oberfläche
</label>
<config>
<type>
select
</type>
<renderType>
selectSingle
</renderType>
<items
type=
"array"
>
<numIndex
index=
"0"
type=
"array"
>
<numIndex
index=
"0"
>
Nein
</numIndex>
...
...
@@ -82,6 +84,7 @@
<label>
Nächsten 5 verf.Kurse
</label>
<config>
<type>
select
</type>
<renderType>
selectSingle
</renderType>
<items
type=
"array"
>
<numIndex
index=
"0"
type=
"array"
>
<numIndex
index=
"0"
>
Ja
</numIndex>
...
...
composer.json
View file @
f83d540b
...
...
@@ -2,7 +2,7 @@
"name"
:
"schommermedia/smedia-course"
,
"type"
:
"typo3-cms-extension"
,
"description"
:
"LEO4 Lehrgangsverwaltung Anzeige"
,
"version"
:
"10.4.
0
"
,
"version"
:
"10.4.
1
"
,
"authors"
:
[
{
"name"
:
"Stefan Bublies"
,
...
...
ext_emconf.php
View file @
f83d540b
...
...
@@ -22,7 +22,7 @@ $EM_CONF[$_EXTKEY] = [
'uploadfolder'
=>
'0'
,
'createDirs'
=>
''
,
'clearCacheOnLoad'
=>
1
,
'version'
=>
'10.4.
0
'
,
'version'
=>
'10.4.
1
'
,
'constraints'
=>
[
'depends'
=>
[
'typo3'
=>
'10.4.0-10.4.99'
,
...
...
ext_tables.php
View file @
f83d540b
...
...
@@ -2,15 +2,15 @@
defined
(
'TYPO3_MODE'
)
||
die
(
'Access denied.'
);
$pluginName
=
'Pi1'
;
// siehe \TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerPlugin
$pluginSignature
=
str_replace
(
'_'
,
''
,
$_EXTKEY
)
.
'_'
.
strtolower
(
$pluginName
);
$pluginSignature
=
str_replace
(
'_'
,
''
,
'smedia_course'
)
.
'_'
.
strtolower
(
$pluginName
);
$GLOBALS
[
'TCA'
][
'tt_content'
][
'types'
][
'list'
][
'subtypes_addlist'
][
$pluginSignature
]
=
'pi_flexform'
;
\
TYPO3\CMS\Core\Utility\ExtensionManagementUtility
::
addPiFlexFormValue
(
$pluginSignature
,
'FILE:EXT:
'
.
$_EXTKEY
.
'
/Configuration/FlexForm/flexform.xml'
'FILE:EXT:
smedia_course
/Configuration/FlexForm/flexform.xml'
);
\
TYPO3\CMS\Extbase\Utility\ExtensionUtility
::
registerPlugin
(
'SchommerMedia.
'
.
$_EXTKEY
,
'SchommerMedia.
SmediaCourse'
,
$pluginName
,
'LEO4 Lehrgangsanzeige'
);
...
...
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