web/views/cwsources.py
changeset 7019 46413742f9b5
parent 6962 220e32f058be
child 7375 c8a8fb32733b
--- 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