Page MenuHomePhabricator

Uncaught TypeError: Cannot read property 'description' of undefined
Closed, ResolvedPublic

Description

After loading the Visual Editor on
https://pt.wikipedia.org/wiki/Quadrado?veaction=edit&debug=1&uselang=pt&useskin=vector

and clicking in the template which shows the text "Wikicionário", in the bottom right corner of the page, I get the following error on console (Google Chrome 28.0.1500.52):

Uncaught TypeError: Cannot read property 'description' of undefined

It comes from the line

if ( data.description !== null ) {

of the following script:
https://bits.wikimedia.org/static-1.22wmf7/extensions/VisualEditor/modules/ve/dm/models/ve.dm.MWTemplateSpecModel.js


Version: unspecified
Severity: normal

Details

Reference
bz50016

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 1:52 AM
bzimport set Reference to bz50016.

This is the same as bug 49493 which is fixed in master and now in production; sorry for the disruption.

  • This bug has been marked as a duplicate of bug 49493 ***