Configurable controls/dialogs (use Content2Bean in controls configuration)
--------------------------------------------------------------------------
Key: MAGNOLIA-2175
URL: http://jira.magnolia.info/browse/MAGNOLIA-2175
Project: Magnolia
Issue Type: Improvement
Components: gui
Affects Versions: 3.5.8
Reporter: Fabrizio Giustina
Assignee: Boris Kraft
Priority: Critical
Fix For: 3.6
Controls are actually loaded explicitly only using their class name, for
example:
config:/modules/adminInterface/controls/freemarker/class =
info.magnolia.cms.gui.dialog.DialogFreemarker.java
without using Content2Bean, so it's not possible to make them parametric and to
configure them. Especially for the freemarker dialog this could be really
useful, in order to create a specific control (for example "grid") backed by a
fixed ftl template.
In order to do this, info.magnolia.cms.gui.dialog.ControlsManager needs to be
modified in order to use Content2Bean, but we also need to modify how dialogs
are registered and reused (currently not by instance but by class).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia.info/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/
----------------------------------------------------------------