Add Topics in Sections page seems to be not working properly.

Comments

dheeraj.dagliya’s picture

Whenever you go to add topic page you get a listing of additional types in topic miscellaneous.
Is it supposed to work this way?
There is no option for attributes for new topic.

mlncn’s picture

Same problem, clicking on "add topic" takes one to the miscellaneous topic instead.

bradleyg’s picture

ditto... is this default behavior?

bradleyg’s picture

ok, to solve this problem, make a change on line 1353 of epublish.module from:

if ($edit) {

to

if (isset($edit->sid)) {

techrobo’s picture

Status: Active » Closed (fixed)

yes .. this works.. verified .. now closed.