Closed (fixed)
Project:
Commerce Pricelist
Version:
8.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
27 Nov 2018 at 12:40 UTC
Updated:
27 Mar 2019 at 17:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
eglawPatch attached
Comment #3
bojanz commentedGood idea.
Problems:
1) The patch doesn't patch phpcs due to trailing whitespace in newlines.
2) No docblocks were added for $csv_options in the various method signatures.
3) CSV options should be collapsed and shown after the mapping options
4) The options are always a single character, so the form elements need maxlength => 1
Comment #4
bojanz commentedHere's an updated patch addressing #3 feedback, and a screenshot. Tried playing with the fieldset titles a bit, though having both mapping and file options still feels a bit redundant.
Comment #6
bojanz commentedLet's proceed with this. Thanks!