[
http://jira.magnolia-cms.com/browse/MAGNOLIA-4496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ondřej Chytil updated MAGNOLIA-4496:
------------------------------------
Assignee: (was: Philipp Bärfuss)
Fix Version/s: 4.5.5
Priority: Trivial (was: Minor)
Description:
If you configure the "MarkNodeAsDeletedCommand" for the templates workspace,
things generally work as expected, but the marked deleted nodes are displayed
without an icon.
It seems to me that this problem could be solved generally by adding an icon
for the node-type "mgnl:deleted" in the constructor for
info.magnolia.cms.gui.control.Tree
was:
If you configure the "MarkNodeAsDeletedCommand" for the templates workspace,
things generally work as expected, but the marked deleted nodes are displayed
without an icon.
It seems to me that this problem could be solved generally by adding an icon
for the node-type "mgnl:deleted" in the constructor for
info.magnolia.cms.gui.control.Tree
Added to changelog.
As workaround
{noformat}
tree.addIcon(ItemType.DELETED_NODE_MIXIN, "/path/to/document_deleted.gif");
{noformat}
can be added to
{{info.magnolia.module.inplacetemplating.InplaceTemplatingAdminTreeConfig.prepareTree()}}
or any other {{AbstractTreeConfiguration}} based class.
> Nodes "marked deleted" have no icons in templates workspace
> -----------------------------------------------------------
>
> Key: MAGNOLIA-4496
> URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-4496
> Project: Magnolia
> Issue Type: Bug
> Security Level: Public
> Components: admininterface
> Affects Versions: 4.4.8
> Environment: 4.4.8 EE
> Reporter: Richard Unger
> Priority: Trivial
> Fix For: 4.5.5
>
>
> If you configure the "MarkNodeAsDeletedCommand" for the templates workspace,
> things generally work as expected, but the marked deleted nodes are displayed
> without an icon.
> It seems to me that this problem could be solved generally by adding an icon
> for the node-type "mgnl:deleted" in the constructor for
> info.magnolia.cms.gui.control.Tree
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------