I installed Matrix 2.0Alpha. Created a new matrix field. Whenever I hit "add new column" nothing happens.
Same result with 2.xdev version.

Comments

GRRaka’s picture

Status: Active » Closed (fixed)
Jadea’s picture

Version: 6.x-2.0-alpha1 » 6.x-2.x-dev
Status: Closed (fixed) » Needs work

I have the same problem. Nothing happens after clicking "Add new column". Is there a way to fix it?

zewa’s picture

murz’s picture

Same problem, adding string from #1043292: Cant add Rows -> Drupal.tableDrag is undefined didn't help. Any other solutions?

botanik’s picture

Simple solution - disable all output from devel module or similar.
Right solution - replace all rows like this:

  echo drupal_to_js(...);
  exit();

to

  echo drupal_json(...);
4kant’s picture

Thanks!

intrafusion’s picture

Status: Needs work » Closed (won't fix)

Marking as Closed (won't fix) as the new co-maintainer will be focusing on D7