andrewsomething / bug2trello

A Chrome extension to add bugs/issues to a Trello board

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`undefined (Issue)` card is created when I use version 0.7

shige opened this issue Β· comments

Hi, Thank you for updating the bug2trello chrome extension.
But I found the bug.

If I clicked the Add to Trello button, the card is created with title com: #25099 - undefined (Issue).
It seems lacking the pull request title.

image

image

Could you fix this bug if you can?

I'm using version 0.7.

image

Thanks!

Thanks for the report. What platform is the bug/issue on?

Encountered the same issue with Bitbucket.

@andrewsomething

What platform is the bug/issue on?

the info is below.

  • github private repository
    • the url is pull-request url
  • Chrome Version 58.0.3029.110 (64-bit)
  • macOS

image

I check-outed the old version 0.6 and I'm using it now.

I just committed a fix (ae9a8e7) for that issue on master, could you try and see if this resolves the problem for you @bakorer @kongo?

@eoger CC: @kongo Thank you for fixing this problem. πŸ‘

I checked on the current master branch ( ae9a8e7 ) , but it seems some errors on chrome developer tools. πŸ‘€

Could you check these errors ❓

image

index.js Failed to load resource: net::ERR_FILE_NOT_FOUND
client.js:11 Uncaught ReferenceError: jQuery is not defined
    at client.js:11

I had the same problem, it seems that npm run dev is broken. Run npm run build and load the temporary addon from dist/

@eoger Thanks!
Which Node.js version should I use?

I think as long as it's recent it's fine. I used node 8 to work on that patch.

@eoger It works on GitHub private issue and pull-request. πŸ‘


πŸ“ Tried following

nvm install v8.2.1
npm install
npm run build

Load dist dir via Chrome browser.

Awesome, thank you for testing!

It seems fixed on current master ae9a8e7