Closed (fixed)
Project:
Name Field
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
10 May 2018 at 12:56 UTC
Updated:
11 Aug 2019 at 04:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
nkoporecComment #3
alan d. commentedIf deleting chunks of old un-ported code, maybe create followup issues noting these.
This particular bit ensured that you couldn't set the length to be smaller than the shortest name component. Currently this isn't enforced, but probably should be:
These two commented out sections are no longer relevant :)
Not sure on the status of this @todo
The file legacy/webform.components.inc that can be nuked / deleted. There is no overlap between Drupal 7 & 8 coding and if WebForm integration is done, it'll be best to start from scratch. After pushing this patch, you can delete or if I notice the commit, I can :)
Some of the line lengths seem a bit off in a number of places?
Space after dot. "flag is set. If set," is less verbose if you were trying to go from 81 to 80 chars
Maybe "Updates the link and alternative data sources formatter settings" rather than "sett." abbreviation.
Maybe "Language manager for retrieving the langcode if required." rather than abbreviations, or "default langcode" if that fits.
Preferred doesn't need the semicolon either I guess.
Comment #4
alan d. commentedComment #7
alan d. commented