zonky2
zonky2
look at https://github.com/contao-community-alliance/dc-general/issues/201 we found the first bottle necks... 1.) ToolboxFile.php https://github.com/MetaModels/core/blob/08b502234efe150003450cf01b5611b00f9ebd57/src/MetaModels/Helper/ToolboxFile.php#L700 ```diff public static function convertValueToPath($varValue) { + if (empty($varValue)) { + return ''; + } $objFiles = FilesModel::findByPk($varValue);...
database columns are not created when attributes are copied copy any attributes from one metamodel to another and check the database
rename attribute column without delete old column (with all values!) and add a new column with "delete+new" we lost different other things e.g. filter settings
error at rename attribute column e.g. `Test` to `test` ``` An exception occurred while executing 'ALTER TABLE mm_employees ADD test varchar(255) NOT NULL default ''': SQLSTATE[42S21]: Column already exists: 1060...
First update for Contao 4.13 and PHP 8.1 as alpha **Alpha:** installable, configurable, runs without errors and warnings Last update: 16.08.2022 ## MM core - [x] MetaModels/core ## MM Attributes...
add table prefix "mm_" at DoctrineSchemaListener as of contao 4.12, all tables that do not start with `tl_` are offered for deletion in the install tool
Switch to github-actions - see e.g. https://github.com/MetaModels/core/pull/1448/files 1. delete `.travis.yml` 2. add `.github/workflows/diagnostics.yml` and change the first line 3. fix `readme.md` 4. fix unittests Last update: 07.08.2021 ## MM core...
Possibility to specify a nofollow for FE filters with link lists see https://github.com/contao/contao/issues/3925#issuecomment-1012462097
If the attribute tags is deleted, the values in the relation table are preserved. The "deep delete" should kill them.
Add fragment to MM list (FE module, CE) at pagination settings to jump after reload to new page to own anchor - see filter