You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a Block model that belongs to Page. How can I display the page title for each of my blocks? I can't seem to find it anywhere in the docs, just the case for populating dropdowns:
$mapper->belongsTo('pages')->display('title_pt');
How can I do the same in my Block list?
The text was updated successfully, but these errors were encountered:
Anyone? This seems to be the best admin package around, but considering it's still very unstable, the lack of support isn't a very good sign ... I can't find this anywhere and it seems like a trivial thing: to print the 'name' field of my foreign-related table in my current list view.
I am having this issue at the moment. I think I have a possible solution, will send a PR as soon as possible.
I created a new PR, my previous fork was not maintainable for me because I made adjustments in the master branch. Check my latest comments in this issue for the latest PR.
I have a Block model that belongs to Page. How can I display the page title for each of my blocks? I can't seem to find it anywhere in the docs, just the case for populating dropdowns:
$mapper->belongsTo('pages')->display('title_pt');
How can I do the same in my Block list?
The text was updated successfully, but these errors were encountered: