core icon indicating copy to clipboard operation
core copied to clipboard

MetaModels Core Module

Results 133 core issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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

enhancement

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...

enhancement
question

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...

enhancement

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:...

enhancement

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...

enhancement
Filter

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);...

bug

database columns are not created when attributes are copied copy any attributes from one metamodel to another and check the database

DC_General
Up for discussion

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...

enhancement

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

enhancement