kitodo / kitodo-publication

Kitodo.Publication
GNU General Public License v3.0
13 stars 13 forks source link

Publication depends on static_info_tables and breaks if no sys_language is set #75

Closed albig closed 6 years ago

albig commented 6 years ago

On installation of Kitodo.Publication in TYPO3 6.2 or 7.6 the backend module "Admin" does not work if

  1. The tables of extension static_info_tables are not present
  2. No sys_language is set in root folder
claussni commented 6 years ago

@haogatyp Is the language table generation feature really needed? Or can it be replaced with a default table containing a subset of languages?

haogatyp commented 6 years ago

That should be possible. I think the idea in using static_info_tables was to do it the "TYPO3 way", at least as I understood it in the past.

claussni commented 6 years ago

@albig What do you think about replacing the language table generation with a smaller default table?