Home » Database » DB_DataObject_FormBuilder » Bug #3128
selectable crossLinks?
Details
| Request #3128 | selectable crossLinks? |
|---|---|
| Submitted | 2005-01-06 22:44 UTC |
| From | andrew dot clark at ucsb dot edu |
| Assigned | justinpatrin |
| Status | Wont fix |
| Package | DB_DataObject_FormBuilder |
| PHP Version | 4.3.10 |
| OS | FreeBSD |
| Roadmaps | (Not assigned) |
Comments
[2005-01-06 22:44 UTC] andrew dot clark at ucsb dot edu
Description:
------------
Now that crossLinks work properly with elementNamePrefix/elementNamePostfix (yay! They work great!), I'd like to have selectable crosslinking.
For example, imagine a table called notes. You might store all notes here which are then linked (through cross linking tables) to other tables (perhaps to more than one table at once). It might be handy to pick which table(s) to which you might want to link the note, and then display the possible choices (ala hierselect)
[2005-01-07 00:04 UTC] andrew dot clark at ucsb dot edu
I wasn't quite clear. Let me try again. Imagine that the notes table is cross-linked to many other tables through many cross-linking tables. Like so:
building -> building_note -> note
phone -> phone_note -> note
contact -> contact_note -> note
etc...
At the moment, I get a select box for each cross-link.
I'd like to allow a choice in the form of which of the cross-links to use, rather than displaying all of them at once.
[2005-01-07 00:20 UTC] andrew dot clark at ucsb dot edu
Yes, but it's even worse than that. I want to select which cross-link tables (plural!) to show.
This might be too much of a pain to implement.