Details
-
Type:
New Feature
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 6.4
-
Fix Version/s: None
-
Component/s: Old Core
-
Labels:None
-
Difficulty:Unknown
-
Similar issues:
Description
It would be very nice to add a new Field type in the AWM Palette (and in Object editor) to make it easy to implement Master-Details views and avoid the complex coding as show in this tutorial: http://platform.xwiki.org/xwiki/bin/view/DevGuide/MasterDetailTutorial
Note that TikiWiki supports this by default, see:
https://doc.tiki.org/Dynamic+items+list
Note that it should be implemented as a custom display.
Note that implementing it as an extension is not easy because the displayer would need to be a template (as explained at http://platform.xwiki.org/xwiki/bin/view/DevGuide/CreatingNewXClassPropertyTypes#HWriteadisplayerforthenewpropertytype) and EM will not allow an Extension to contribute templates.