Comment (stream) publishing checkbox does not work AND/OR one cannot change the #default value via form_alter.

Problem it seems is with the usage of isset() to check the checkbox value:
isset(0) evaluates to true
isset(1) evaluates to true
Note that earlier version used
if (form_value)

Patch attached.

CommentFileSizeAuthor
fb.patch900 bytestcmug

Comments

vectoroc’s picture

fixed in github

  • vectoroc committed 8629aa7 on
    synced with github
    
    \#965354 by farez : Unique username issue
    \#967542...
gobinathm’s picture

Issue summary: View changes
Status: Needs review » Closed (outdated)

Closing the issue. It was inactive for a long time & it's related to a Drupal Version which is not supported anymore