Even though Signit is not enabled in the content types, the Signit options always shows when submitting any new content...

Am I missing something?

Comments

csc4’s picture

Same here - the issue seems to be that it doesn't initialise as false for the content types nor for new content types, if you go into admin/content/content-types and just save the form (with no changes) then the issue goes away - but comes back every time you create a new type.

Is it line 193?

    if ($form['type']['#value'] .'_node_form' == $form_id && variable_get("signit_status_$node->type", TRUE)) {

Should that be false?

Jerimee’s picture

same problem here, any solutions?

ahkiam’s picture

Status: Active » Fixed

In latest version, signit options do not show on signit-unenabled content and do not default to on.

Status: Fixed » Closed (fixed)

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