Sometimes after saving a new field settings the javascript on the page reports an error and administrative menu becomes broken if it is installed.

The problem is with line 63 of field_ui.js file where the comma ',' should be deleted unless I am mistaken:

Is:

  },

Should be:

  }

Comments

Azol’s picture

Status: Active » Needs review

Status: Needs review » Needs work

The last submitted patch, field_ui_comma.patch, failed testing.

Azol’s picture

Status: Needs work » Needs review
StatusFileSize
new285 bytes

Meh

Azol’s picture

Version: 7.0-beta3 » 7.x-dev
StatusFileSize
new792 bytes

While we're at it...
more fixes vs last dev. version

yched’s picture

Status: Needs review » Reviewed & tested by the community

why not I guess

webchick’s picture

Status: Reviewed & tested by the community » Fixed

Committed to HEAD. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.