Active
Project:
Viewfield
Version:
8.x-3.x-dev
Component:
Code
Priority:
Major
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
26 Jul 2011 at 19:03 UTC
Updated:
21 Aug 2019 at 20:31 UTC
Jump to comment: Most recent
Comments
Comment #1
sunAlso, vname should be split into 'view' and 'display'. The combined '$view|$display' string value is hard to maintain.
Comment #2
keithm commentedRegarding vargs, if we store a serialized array of arguments produced by parsing the arguments using the current input method (single text field; comma-delimited list with quotation exceptions), we need to re-quote the exceptions at edit time.
Example vargs and parsed array using parsing code from _viewfield_get_view_args():
Alternatively, we could implement a multiple value input method for arguments, and avoid the whole quotation exercise, at a significantly higher UI implementation cost.
Thoughts?
Comment #3
jerdavisI'm going to move this to Drupal 8 as a feature request. At this time I don't see the value in altering how arguments are stored in D7 but would be on board for some UX improvements in 8.