Skip to content
Snippets Groups Projects
Commit 32d6115a authored by srosse's avatar srosse
Browse files

OO-3346: add the 2 missing buttons in the template for the group task assessment of identities

parent 0a78ecfd
No related branches found
No related tags found
No related merge requests found
...@@ -11,3 +11,11 @@ ...@@ -11,3 +11,11 @@
#end #end
</div> </div>
$r.render("table") $r.render("table")
<div class="o_button_group">
#if($r.available("bulk.done"))
$r.render("bulk.done")
#end
#if($r.available("bulk.visible"))
$r.render("bulk.visible")
#end
</div>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment