diff -r 108bb7f2a171 -r 1817b87c7f67 web/views/actions.py --- a/web/views/actions.py Wed Mar 24 14:17:01 2010 +0100 +++ b/web/views/actions.py Wed Mar 24 15:08:24 2010 +0100 @@ -290,6 +290,7 @@ continue # check the target types can be added as well if teschema.may_have_permission('add', req): + print 'hop', rschema, teschema, role yield rschema, teschema, role def linkto_url(self, entity, rtype, etype, target): @@ -404,16 +405,8 @@ addmenu = uicfg.actionbox_appearsin_addmenu addmenu.tag_subject_of(('*', 'require_permission', '*'), False) -addmenu.tag_subject_of(('*', 'wf_info_for', '*'), False) -addmenu.tag_object_of(('*', 'wf_info_for', '*'), False) -addmenu.tag_object_of(('*', 'state_of', 'CWEType'), True) -addmenu.tag_object_of(('*', 'transition_of', 'CWEType'), True) addmenu.tag_object_of(('*', 'relation_type', 'CWRType'), True) addmenu.tag_object_of(('*', 'from_entity', 'CWEType'), False) addmenu.tag_object_of(('*', 'to_entity', 'CWEType'), False) addmenu.tag_object_of(('*', 'in_group', 'CWGroup'), True) addmenu.tag_object_of(('*', 'bookmarked_by', 'CWUser'), True) -addmenu.tag_subject_of(('Transition', 'destination_state', '*'), True) -addmenu.tag_object_of(('*', 'allowed_transition', 'Transition'), True) -addmenu.tag_object_of(('*', 'destination_state', 'State'), True) -addmenu.tag_subject_of(('State', 'allowed_transition', '*'), True)