Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clicking on tag links when viewing issue throws exception #299

Open
dta opened this issue Apr 9, 2011 · 2 comments
Open

Clicking on tag links when viewing issue throws exception #299

dta opened this issue Apr 9, 2011 · 2 comments

Comments

@dta
Copy link
Collaborator

dta commented Apr 9, 2011

If you click on any of the tag links when viewing an issue, an exception is thrown.

/node_modules/searchTagIssue.js:30
dbAccess.runQuery(sqlQuery, listIssues.getNumPageTotal(1, 'lastModified',
^
TypeError: Object # has no method 'getNumPageTotal'
at /home/ugb/dta/seng513project/node_modules/searchTagIssue.js:30:44
at /home/ugb/dta/seng513project/node_modules/tags.js:200:37
at /home/ugb/dta/seng513project/node_modules/dbAccess.js:273:42

@awthornt
Copy link
Collaborator

I'll look into this.

@ghost ghost assigned awthornt Apr 12, 2011
@awthornt
Copy link
Collaborator

I'm going to release this issue for someone else to do. I found where the issue is but I have no idea what I need to do to fix it without breaking things further.

The problem is that the function getNumPageTotal has been replaced by another function in listIssues. What I couldn't sort out is how to re-arrange the arguments in order to make it work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants