Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
database system
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
29 Mar 2014 at 14:23 UTC
Updated:
29 Jul 2014 at 23:30 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
sweetchuckComment #2
danblack commentednice and simple. For a newbie, why doesn't this have validateDatabaseSettings validating the port number like #1938224?
Comment #3
sweetchuck@danblack #2 We do not need validate manually the port number because the new
#type = 'number'form element type do the job thanks to#minand#maxproperties.Comment #4
danblack commentedgood! :-)
Comment #5
webchickOops, nice catch. :)
Committed and pushed to 8.x. Thanks!