Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
user.module
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
14 Aug 2014 at 20:22 UTC
Updated:
12 Sep 2014 at 06:20 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
xjmUhoh. :)
Comment #2
swentel commentedClearing the field definition cache makes the signature field popup in manage form display. Toggling the checkbox was probably fixed somewhere else. Manage display is not there, that will happen when #1548204: Remove user signature and move it to contrib tlands, so we could simply get the patch in and then follow up there. Note, we could also re-scope that other patch to start using formatters and widgets because that's now possible on base fields.
Attached fail test + fix.
Comment #4
sunComment #5
jhodgdonThis test does not test what I reported in this issue. The test is verifying that the signature field is available on admin/config/people/accounts/form-display. I reported that the signature checkbox on admin/config/people/accounts doesn't work.
It looks like maybe that box on admin/comfing/people should be removed, but this patch doesn't do that either.
Comment #6
swentel commented@jhodgdon
See my comments in #2
So checking that box now actually works (no idea where it was fixed though) ... the test also makes sure that field definitions are flushed and the field shows up in manage form display. If anything, we should probably update the issue title, because there's an actual bug here, but not anymore trying to enable or disable the checkbox.
Comment #7
jhodgdonYeah the summary needs an update. This issue seems totally different from what I actually reported.
Comment #8
swentel commentedComment #9
swentel commentedShould be fine now.
Comment #10
swentel commentedSetting back to RTBC as per #4
Comment #12
webchickI manually tested and signatures do seem to be working for me, so I think jhodgdon's original bug is fixed.
Committed and pushed to 8.x. Thanks!