You may want to change line 34 of ctm.module:
unset($form['menu']);

and replace it by:
$form['menu']['#access'] = 0;

to follow the recommendations on hiding form elements; that way, other modules can still read/set the value of the field if needed.

Comments

vasike’s picture

Status: Active » Fixed

yes i think you're right. it's better this way

Status: Fixed » Closed (fixed)

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