Thanks to the authors for efficient module!
As I see, this project is the only Drupal 7 solution for creating options from Views. It works as it should and, so, it would be nice if the module has been converted to the full project.
Came form here: http://drupal.stackexchange.com/questions/14415/populating-a-webform-sel...
| Comment | File | Size | Author |
|---|
Comments
Comment #1
mrconnerton commentedThere are a few patches that need to be reviewed and commited. Also I will likely look at just releasing a D7 version of webform_viewreference with that maintainer than creating a separate project.
Comment #2
VinceW commentedMatthew,
tnx for your work. The code works as expected.
Looking forward to see this as a full module. If any assistance needed, please let it know.
Best,
VinceW
Comment #3
off commentedHow i can get this module?
This command is not working: "git clone http://git.drupal.org/sandbox/mrconnerton/1373760.git webform_views_select"
And i can't find this project on the github
Comment #4
mrconnerton commented@OFF what error are you getting when you try and clone? I just tried and is woring fine for me.
Comment #5
Triskelion commentedI can confirm the git command works fine. I just submitted a patch to #1967000: Detect and allow system paths and remove field formatting. to allow Webform Node Value to work with your code. I would like to add my voice to those requesting you release this as a full project!
Comment #6
mrconnerton commentedI would love to release this as a full project but there a quite a few patches that need to be tested and commited. Honestly I don't have a whole lot of time for this project at the moment as now with Drupal 7 99% of the time any use case that I would consider using this module anymore, I can accomplish much beter with entityforms module instead.
If someone who plans to use this often wants to be a co-maintainer to help test and commit these patches, then I'm all for getting the majority commited, tested and then release
Comment #7
Stevel commented@mrconnerton: #1477974: Allow option to assign key and value in view should be good to commit. If you're still interested in a co-maintainer, I'm still a candidate...
Comment #8
off commentedSubscribe
Comment #9
mrconnerton commentedI don't see why we can't promote this project at this point. @Stevel can you look at the project page description and let me know if any of the latest changes should effect it or if you have revisions.
Comment #10
Stevel commentedI'm trying to fix the issues PAReview.sh has thrown up. The work in progress is in the issues/2243603-code-style branch (see #2243603: Fix Coder issues). This should probably be done before promoting this to a full project.
Comment #11
mrjmd commentedI'm going to continue on the work that has been done with this, assigning it to myself.
Comment #12
mrjmd commentedHere's a quick run-through of pareview.sh with the latest code base. I also switch from using the deprecated $view->style_options to $view->style_plugins->options.
Comment #14
Stevel commentedSetting this back to active, as the last patch was committed. I believe it's ready to promote to full project now.
Instructions for the project description page:
Comment #15
Stevel commentedComment #16
Stevel commentedThis project is ready to become a full Drupal project now. Could you promote it?
Comment #17
mrconnerton commentedI have promoted the project and updated the details on the project page.
Comment #19
kumkum29 commentedHello,
this module seems to be very useful.
do you think create a stable version of this module?
Thanks.