mirror of
https://gitee.com/jmix/cuba.git
synced 2024-11-30 18:27:56 +08:00
removed strange string from CubaOrderedActionsLayout #PL-2142
This commit is contained in:
parent
b2fa3d8518
commit
e93cdf64b6
@ -42,7 +42,6 @@ public class CubaOrderedActionsLayout extends AbstractOrderedLayout implements A
|
||||
public void paintContent(PaintTarget target) throws PaintException {
|
||||
if (actionManager != null) {
|
||||
actionManager.paintActions(null, target);
|
||||
target.addAttribute("test", "test");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user