Skip to content
This repository was archived by the owner on Jan 30, 2024. It is now read-only.

Commit 09f0356

Browse files
author
Minh-Thien Nhan
committed
Add support for typo3_console task "extension:setupactive"
1 parent c8dc0b8 commit 09f0356

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

lib/dkdeploy/typo3/cms/tasks/typo3.rake

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -208,11 +208,10 @@ namespace :typo3 do
208208
end
209209
end
210210

211-
# Deactivate Task. Wait for https://github.com/TYPO3-Console/typo3_console/pull/288
212-
# desc 'add_static_db_content'
213-
# task :add_static_db_content do
214-
# typo3_console 'database:importstaticdata'
215-
# end
211+
desc 'Task to import static extension data into TYPO3'
212+
task :setup_active_extensions do
213+
typo3_console 'extension:setupactive', '--verbose'
214+
end
216215

217216
desc 'Update translations for core and extensions (l10n)'
218217
task :update_translations, :typo3_languages_to_translate do |_, args|

0 commit comments

Comments
 (0)