Needs review
Project:
Bible Field
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
20 Sep 2011 at 14:39 UTC
Updated:
25 Mar 2015 at 21:21 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
rlmumfordMoved to the correct branch
Comment #2
m4oliveiBeen awhile for this issue. From what I can tell the current state of 7.x-1.x-dev has some of this, but not all. The module in it's current status uses FAPI #ajax to reload the Books list when the Bible field changes. I haven't used the 6.x version but I assume the other behaviour your talking about is as you change the Book select, the Chapter select updates accordingly. That would be awesome. I'l see what I can do to submit a patch.
Comment #3
chasingmaxwell commentedI'm interested in this feature also. Did you make any progress m4olivei? I could help out also.
Comment #4
m4oliveiSadly I did not. I'd be happy to review anything you come up with though. Want to take it on?
Comment #5
chasingmaxwell commentedI can't commit to it currently, but there's a good chance this will be a required feature for the project I'm working on currently. If so then I'll share whatever I come up with here.
Comment #6
akosipax commentedHere is the patch for limiting the chapters via FAPI's ajax.
My IDE automatically trims whitespaces as well according to Drupal's coding standards that's why there will be alot of those in this patch.
Comment #7
m4oliveiComment #8
akosipax commentedHere is another patch. The previous patch did not consider bible fields when editing existing nodes. This is branching from the latest 7.x-1.x branch.