Skip to content

Commit 292fc99

Browse files
committed
[IMP] sync: always show Refresh button once sync.order is confirmed
This prevents accidential clicking Cancel or other button after moving state from "in progress".
1 parent 5f06013 commit 292fc99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sync/views/sync_order_views.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
string="Refresh"
3232
name="action_refresh"
3333
type="object"
34-
invisible="state != 'open'"
34+
invisible="state == 'draft'"
3535
/>
3636
<button
3737
string="Cancel"

0 commit comments

Comments
 (0)