Looks like there are more issues in that issue tracker - trying to add an 
issue I get a ticket.
<type 'exceptions.NameError'> global name 'ccitem' is not defined
Traceback (most recent call last):
  File "C:\Temp\web2py\gluon\restricted.py", line 205, in restricted
    exec ccode in environment
  File "C:/Temp/web2py/applications/issues/controllers/default.py", line 
193, in <module>
  File "C:\Temp\web2py\gluon\globals.py", line 173, in <lambda>
    self._caller = lambda f: f()
  File "C:/Temp/web2py/applications/issues/controllers/default.py", line 
79, in issues
    oncreate=lambda form:do_mail([db.issue(form.vars.id)]))
  File "C:\Temp\web2py\gluon\sqlhtml.py", line 1568, in grid
    formname=formname)
  File "C:\Temp\web2py\gluon\html.py", line 1994, in process
    self.validate(**kwargs)
  File "C:\Temp\web2py\gluon\html.py", line 1948, in validate
    onsuccess(self)
  File "C:/Temp/web2py/applications/issues/controllers/default.py", line 
79, in <lambda>
    oncreate=lambda form:do_mail([db.issue(form.vars.id)]))
  File "C:/Temp/web2py/applications/issues/models/db_tracker.py", line 95, 
in do_mail
    email_no +=[x.strip() for x in ccitem.cc if x.strip()]
NameError: global name 'ccitem' is not defined


On Wednesday, April 11, 2012 12:08:01 PM UTC-7, Derek wrote:
>
> I downloaded the "issue tracker" since I have a need to track issues in 
> software that I write.
> it seems usable, though when I go to app admin, and go to database 
> administration, those queries don't seem to automatically populate. I don't 
> know what's up with that.
> Also, when creating a new project, you have to assign a manager, and it 
> goes by ID number instead of by the person's name. How do you change that 
> so it uses the person's name?
> I also noticed that the 'super project' goes by ID number as well. How 
> would I go about using the project name?
>
> Referring to the project here:
> https://github.com/mdipierro/web2py-appliances/tree/master/IssueTracker 
>
> Thanks!
>

Reply via email to