Closed (fixed)
Project:
Drupal core
Version:
8.5.x-dev
Component:
content_moderation.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Mar 2017 at 23:24 UTC
Updated:
22 Mar 2018 at 22:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #4
timmillwoodHere's a patch for this.
Comment #6
amateescu commentedCan we remove the
#default_valueassignment if we're using#valuedirectly?Comment #7
timmillwoodManually tested, and we can.
Comment #8
amateescu commentedNice, looks good to me.
Comment #9
berdirMakes me wonder if a #disabled checkbox that is by default checked should be handled somehow in the form system automatically? I think this happens because browsers don't send the value for disabled form elements.
Comment #10
alexpottCommitted and pushed 6f4affd1e6 to 8.6.x and 10e60869b0 to 8.5.x. Thanks!