unicorn-fail / dreditor

The "Dreditor" browser extension for Drupal.org.
https://www.drupal.org/project/dreditor
GNU General Public License v2.0
72 stars 36 forks source link

Patchname suggestion is broken #296

Closed daften closed 6 years ago

daften commented 6 years ago

I get the following error in my console:

Uncaught TypeError: Cannot read property '1' of null
    at Object.Drupal.dreditor.issue.getNid (<anonymous>:1007:56)
    at HTMLAnchorElement.<anonymous> (<anonymous>:1457:41)
    at HTMLAnchorElement.handle (js__79M6UrZjAw3oNGnUjsWip12JsvnUZmJGA3h9LI0kuzE__LqE6uSZqCOZhJYW910TDw_HTQzBKUPTZxunfaWkalq8__wiNRAQmb1cVwSHFag72el-HHTuC0y1ZUWoU2SpeUCzo.js:64)
    at HTMLAnchorElement.o (js__79M6UrZjAw3oNGnUjsWip12JsvnUZmJGA3h9LI0kuzE__LqE6uSZqCOZhJYW910TDw_HTQzBKUPTZxunfaWkalq8__wiNRAQmb1cVwSHFag72el-HHTuC0y1ZUWoU2SpeUCzo.js:57)
    at HTMLAnchorElement.nrWrapper (2943924:15)
markhalliwell commented 6 years ago

That's because the browser-based extension is broken due to https://www.drupal.org/project/drupalorg/issues/2918456.

The browser-based extension will not be fixed as this project has evolved into focusing just on parsing/rendering diffs (see project page).

Instead, the other features (like this one), are being migrated into d.o itself.

See: https://www.drupal.org/node/1673278