core
core copied to clipboard
MetaModels Core Module
if we used a referenced MM per tags we can pick a filter - e.g. to filter only published items... at input mask we see only this (published) items but...
When changing the attribute type, the template is not changed in rendersetting. e.g. change from translatedtext to text, the call to the template of translatedtext is retained
I have a problem with the filter. If i using a select or Tag the system used the attributes settings to know which field should be used for the GET-Parameter...
Hi, so far in a metamodels list I can enter how many items should be on one page for the frontend pagination. It would be an nice feature to additionally...
Wird ein Panel per "Kind-Tabelle" zugewiesen und man kommt zum Listenmodus, wird der Breadcrumb nur noch der erste Haupt(navigations)Punkt ("Events") angezeigt. Sollte m.E. aber eher wie in den Screenshots aussehen:...
Wahrscheinlich fällt das hier in die Kategorie Feature-Request. Und ich hoffe das ist ok, wenn ich einen solchen hier poste... Wäre es im Sinne einer konsequenten Mehrsprachigkeit nicht cool, wenn...
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
The `modelSaved` method is not called reliable, i.e. as for the alias generation (see comments 1-3 at https://github.com/MetaModels/contao-frontend-editing/issues/6). We can a) deprecate the `modelSaved()` and switch to the pre-persist event...
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