Closed (won't fix)
Project:
Node form columns
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Feb 2011 at 13:24 UTC
Updated:
25 Sep 2019 at 16:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
voxpelli commentedThe implementation wasn't a 100% correct - here's a follow up patch to the above - both need to be applied.
Comment #2
voxpelli commentedThere was a typo in the previous patch - fixed in this one.
Comment #3
langworthy commentedPatch from #2 rerolled using
--no-prefixflag withgit diffComment #4
chromix commentedI'm getting the following error:
WD php: Parameter 3 to nodeformcols_features_pipe_node_alter() expected to be a reference, value given [error]
in drupal/acquia-drupal-1.2.36/includes/common.inc on line 2892.
WD php: file_put_contents(sites/all/modules/features/my_feature/my_feature.views_default.inc): [error]
failed to open stream: Permission denied in drush/includes/drush.inc on line 1164.
Created module: my_feature in sites/all/modules/features/my_feature [ok]
Parameter 3 to nodeformcols_features_pipe_node_alter() expected to be a reference, value given in [warning]
includes/common.inc on line 2892.
file_put_contents(sites/all/modules/features/my_feature/my_feature.views_default.inc): failed to [warning]
open stream: Permission denied in drush/includes/drush.inc on line 1164.
Comment #5
scottrigbyWhy change $data to $export['features']['node']?
Also this patch drops $module_name (re #792472: Implement node type -> strongarm pipe for Features).
Maybe i'm missing why that needs to be there though?
Comment #6
voxpelli commented@scottrigby: See #1078478: Multiple features and strongarm conflicts regarding $data - can you check your change against that patch as well?
Comment #7
asherry commentedI'm going to close this as I'm no longer supporting this project, and it doesn't seem like the work on this was finished. Feel free to re-open if anybody is still actively working on this.