Skip to content
Snippets Groups Projects
Commit 8373f475 authored by Florian Gnaegi - frentix GmbH's avatar Florian Gnaegi - frentix GmbH
Browse files

OO-1067 reapply standard o_cl prefix for DOM ID

parent f5b5f459
No related branches found
No related tags found
No related merge requests found
......@@ -157,7 +157,7 @@ public class Link extends AbstractComponent {
// to be set manually
setSpanAsDomReplaceable(true);
// Directly use the dispatch ID for DOM replacement to minimize DOM tree
setElementId(getDispatchID());
setElementId("o_c" + getDispatchID());
setDomReplacementWrapperRequired(false);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment