Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
forms system
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
23 Sep 2013 at 10:06 UTC
Updated:
29 Jul 2014 at 22:57 UTC
Jump to comment: Most recent file
Working on #2078001: Modernize responsive_image.module forms I've found that this form class using global functions instead of one provided by FormBase class. We must updated it in order to correspond this change record https://drupal.org/node/2076011.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | modernize_entityconfirmformbase-2095681-1.patch | 782 bytes | rosk0 |
Comments
Comment #1
rosk0Initial patch.
Comment #2
plopescNice catch!!
It looks good to me.
Comment #3
rosk0Comment #4
alexpottCommitted 8b51c00 and pushed to 8.x. Thanks!