# HG changeset patch # User Sylvain Thénault # Date 1341820048 -7200 # Node ID b5b263f1ad67b25beab752bdbb54f549e36e2a92 # Parent 113184eb4e068ad4b4ef32dd48942488c229c761 [ui] actions box should be displayed if there are some actions, not if context is an entity. Closes #2419040 diff -r 113184eb4e06 -r b5b263f1ad67 web/views/boxes.py --- a/web/views/boxes.py Fri Jul 06 14:31:13 2012 +0200 +++ b/web/views/boxes.py Mon Jul 09 09:47:28 2012 +0200 @@ -54,7 +54,6 @@ change state, add related entities... """ __regid__ = 'edit_box' - __select__ = component.CtxComponent.__select__ & non_final_entity() title = _('actions') order = 2