mdoerk / seng513project

Course Project of SENG 513
http://pages.cpsc.ucalgary.ca/~sillito/seng-513/project.html
23 stars 21 forks source link

Clicking on tag links when viewing issue throws exception #299

Open dta opened 13 years ago

dta commented 13 years ago

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 commented 13 years ago

I'll look into this.

awthornt commented 13 years ago

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.