Traceback (innermost last): Module ZPublisher.Publish, line 101, in publish 099 | missing_name, 100 | dont_publish_class, 101>| request, bind=1) 102 | 103 | if result is not response: Module ZPublisher.mapply, line 88, in mapply 086 | 087 | args=tuple(args) 088>| if debug is not None: return debug(object,args,context) 089 | else: return object(*args) Module ZPublisher.Publish, line 39, in call_object 037 | 038 |def call_object(object, args, request): 039>| result=apply(object,args) # Type s to step into published object. 040 | return result 041 | Module Shared.DC.Scripts.Bindings, line 306, in __call__ 304 | def __call__(self, *args, **kw): 305 | '''Calls the script.''' 306>| return self._bindAndExec(args, kw, None) 307 | 308 | def __render_with_namespace__(self, namespace): Module Shared.DC.Scripts.Bindings, line 343, in _bindAndExec 341 | exec bindcode 342 | bound_data = bound_data[0] 343>| return self._exec(bound_data, args, kw) 344 | finally: 345 | security.removeContext(self) Module Products.PythonScripts.PythonScript, line 323, in _exec 321 | f = new.function(fcode, g, None, fadefs) 322 | 323>| result = f(*args, **kw) 324 | if keyset is not None: 325 | # Store the result in the cache. Module None, line 18, in Folder_paste - - Line 18 015 |if context.cb_dataValid and error_message=='': 016 | try: 017>| new_item_list = context.manage_pasteObjects(REQUEST['__cp']) 018 | except KeyError: 019 | return REQUEST.RESPONSE.redirect(context.absolute_url() + '/' + form_id + '?portal_status_message=Nothing+To+Paste.') Module OFS.CopySupport, line 177, in manage_pasteObjects 175 | id=self._get_id(ob.getId()) 176 | result.append({'id':orig_id, 'new_id':id}) 177>| ob._setId(id) 178 | self._setObject(id, ob) 179 | ob = self._getOb(id) Module Products.ERP5Type.Base, line 178, in __call__ 176 | valid_transition_item_list = [] 177 | for wf_id, transition_list in candidate_transition_item_list: 178>| candidate_workflow = wf[wf_id] 179 | valid_list = [transition_id for transition_id in transition_list 180 | if candidate_workflow.isWorkflowMethodSupported(instance, transition_id)] TypeError: unsubscriptable object