Open
Description
Checklist before I submit this issue report
I confirm that:
- I have tested this with the latest version available
- I have read documentation @ http://metamodels.readthedocs.org/en/ or http://metamodels.readthedocs.org/de/
- I have checked the Contao community forums for references https://community.contao.org/
- I have checked existing issues for duplicates and found none @ https://github.com/MetaModels/core/issues?q=is%3Aissue
My environment is:
Key | Value |
---|---|
PHP version: | 7.1.20 |
Contao version: | 3.5.35 |
DC_General version: | 2.0.0-beta47 |
Installation via composer: | contao-community-alliance/composer-client 0.16.6 |
metamodels/core | 2.0.2 |
Issue description
https://community.contao.org/de/showthread.php?71581-Header-im-parentView
Steps to reproduce
- create standalone MM (mm_parent)
- create child MM (mm_child)
- go to edit-mask of mm_child
Describe the behaviour of the application
There seems to be no configuration options for headerFields
it just display's "Änderungsdatum" (tstamp) which is not even an explicit attribute of mm_parent.
Describe the expected behaviour of the application
There should either be a config option (not shure if attributes, input-mask or rendersettings is the right place) or the headerFields should be determined by convention (like allways use id, title, name, headline, tstamp... if present)