Skip to content
Snippets Groups Projects
Commit 35c3bf81 authored by srosse's avatar srosse
Browse files

no-jira: fix reset and cancel button of the customize table columns button in flexi table

parent 2115bc31
No related branches found
No related tags found
No related merge requests found
...@@ -69,7 +69,7 @@ public class ChoiceRenderer extends DefaultComponentRenderer { ...@@ -69,7 +69,7 @@ public class ChoiceRenderer extends DefaultComponentRenderer {
if (choice.getElementCssClass() != null) { if (choice.getElementCssClass() != null) {
target.append(" class=\"").append(choice.getElementCssClass()).append("\""); target.append(" class=\"").append(choice.getElementCssClass()).append("\"");
} }
target.append("><input type=\"hidden\" name=\"multi_action_identifier\" value=\"\" />"); target.append("><input type='hidden' id='o_mai_").append(id).append("' name='multi_action_identifier' value='' />");
target.append("<table class=\"o_choice\">"); target.append("<table class=\"o_choice\">");
int rows = model.getRowCount(); int rows = model.getRowCount();
......
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