Skip to content

Commit

Permalink
Merge pull request #55 from open2bizz/feature/sso
Browse files Browse the repository at this point in the history
Fix open form button on form view
  • Loading branch information
sferket authored Dec 18, 2017
2 parents 6597beb + d4c6211 commit fa62e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orbeon/views/orbeon_runner.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<form>
<sheet>
<div class="oe_button_box" name="button_box">
<button name="open_orbeon_runner" type="object" attrs="{'invisible':[('id','=',False)]}"
<button name="action_open_orbeon_runner" type="object" attrs="{'invisible':[('id','=',False)]}"
string="Edit" class="oe_stat_button" icon="fa-edit" />
<button name="merge_current_builder" type="object"
attrs="{'invisible':['|', ('id','=',False), '|', ('is_merged','=',True), '|', ('any_new_current_builder','=',False)]}"
Expand Down

0 comments on commit fa62e39

Please sign in to comment.