×
This forum has been locked. Please submit new Feature Requests on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues
Handling of foreign key fields
Jonas Fagnastøl Henriksen
New Member
Posts: 15
pred 10 rokmi 3 mesiacmi #254
od Jonas Fagnastøl Henriksen
Handling of foreign key fields bolo vytvorené Jonas Fagnastøl Henriksen
Hi,
I have been using the component creator extensively for a long time, and I'm generally very pleased with it, but:
Recently the handling of foreign key fields was changed, so that when the field is loaded in the model, and returning $this->item->fkey_field in the view actually gives the text-title from the foreign key table, instead of the foreign key id. While I understand this can be useful in some cases, it is very bad anytime you need to get more than just the title-field from the foreign key table.
In my opinion the best solution would be to return the whole foreign-key object (all fields in the foreign key table) as the fkey_field. This way the developer has access to everything in the foreign key object, and has the possibility to chose which fields he want to use in the template overrides. When displaying like a dropdown-list, or on the list view in the component, the display-field can still be used as an alias.
Any other views on this her at the forum?
Jonas
I have been using the component creator extensively for a long time, and I'm generally very pleased with it, but:
Recently the handling of foreign key fields was changed, so that when the field is loaded in the model, and returning $this->item->fkey_field in the view actually gives the text-title from the foreign key table, instead of the foreign key id. While I understand this can be useful in some cases, it is very bad anytime you need to get more than just the title-field from the foreign key table.
In my opinion the best solution would be to return the whole foreign-key object (all fields in the foreign key table) as the fkey_field. This way the developer has access to everything in the foreign key object, and has the possibility to chose which fields he want to use in the template overrides. When displaying like a dropdown-list, or on the list view in the component, the display-field can still be used as an alias.
Any other views on this her at the forum?
Jonas
Nasledujúci užívateľ(ia) povedali ďakujem: Pete, Andres Maeso
Prosím Prihlásiť alebo Registrácia pre zdieľanie konverzácie.
Francisco
New Member
Posts: 2
pred 10 rokmi 2 mesiacmi #297
od Francisco
Odpoveď od Francisco na tému Handling of foreign key fields
Im having the same issue. I have to comment the code that loads the Value of the key field instead of the ID, which is much better for me at least.
As i do extra stuff with that ID afterwards. Maybe an opt-in to select what we want to get?
As i do extra stuff with that ID afterwards. Maybe an opt-in to select what we want to get?
Prosím Prihlásiť alebo Registrácia pre zdieľanie konverzácie.
Jonas Fagnastøl Henriksen
New Member
Posts: 15
pred 10 rokmi 2 mesiacmi #300
od Jonas Fagnastøl Henriksen
Odpoveď od Jonas Fagnastøl Henriksen na tému Handling of foreign key fields
Thanks, Andrés, this is probably my biggest issue with the component-creator now, which I otherwise think is great! Bug-reports are handled very quickly and nicely, I've been reporting quite a few lately, and VIctor seems to be fixing them more or less as soon as they arrive. This issue is a little different, though, so I thought I'd post it here first.
Prosím Prihlásiť alebo Registrácia pre zdieľanie konverzácie.
Walt Sorensen
Senior Member
Posts: 54
pred 9 rokmi 6 mesiacmi #764
od Walt Sorensen
Odpoveď od Walt Sorensen na tému Handling of foreign key fields
I too would like to see an option for the whole foreign key object to be available so we can have access to all the fields. But I think this should be an option when foreign key is selected, if a developer doesn't want or doesn't need the whole object, there is no reason to load it.
Prosím Prihlásiť alebo Registrácia pre zdieľanie konverzácie.
Čas vytvorenia stránky: 0.055 sekúnd