# HG changeset patch # User Sylvain Thénault # Date 1298029217 -3600 # Node ID 46413742f9b5be27032fd901e166069fab0c1f2c # Parent 9bad3bca783eb802d518e040c749b989aa3ffcd0 [source ui] uicfg tweaks diff -r 9bad3bca783e -r 46413742f9b5 web/views/cwsources.py --- a/web/views/cwsources.py Fri Feb 18 10:27:34 2011 +0100 +++ b/web/views/cwsources.py Fri Feb 18 12:40:17 2011 +0100 @@ -30,6 +30,11 @@ from cubicweb.web import uicfg from cubicweb.web.views import tabs, actions + +_abaa = uicfg.actionbox_appearsin_addmenu +_abaa.tag_object_of(('CWSourceSchemaConfig', 'cw_schema', '*'), False) +_abaa.tag_object_of(('CWSourceSchemaConfig', 'cw_for_source', '*'), False) + # source primary views ######################################################### _pvs = uicfg.primaryview_section