nocodb icon indicating copy to clipboard operation
nocodb copied to clipboard

🐛 Bug: Lookups do not appear in links list

Open slynet-sha opened this issue 9 months ago • 4 comments
trafficstars

Please confirm that the bug report does not already exist

  • [x] I confirm there is no existing issue for this bug.

Steps to reproduce

Hi there

Not sure if it's a bug or a feature request. I have the tables

  • Server
  • IP
  • Network

Server links to IP and IP to Network. So the tables actually look like this:

  • Server | Name, IP (linked record)
  • IP | IP, Network (linked record), Server (linked record)
  • Network | Name, IP (linked record)

We can have multiple networks with the same subnet, hence the IP Address isn't unique, only the combination of IP and Network is. On Server when I link an IP the modal to choose which IP to link does not show necessary information to identify the IP.

Image

Image

Desired Behavior

I'd like to see the record details on the linked item modal even if these details are originating from another linked record.

Project Details

Node: v22.14.0 Arch: x64 Platform: linux Docker: true RootDB: pg PackageVersion: 0.262.0

Attachments

No response

slynet-sha avatar Feb 24 '25 08:02 slynet-sha

Hey @pranavxc / @dstala Do you have any news / eta on this? I'm asking as we like to take some new database into production and depending on this feature the database design needs to be changed.

slynet-sha avatar Apr 29 '25 06:04 slynet-sha

I have the same issue when I link to a linked image attachment, it's not showing in the modal.

Nalci avatar May 22 '25 12:05 Nalci

Functionality is feasible. But operation to fetch additional details is expensive. Engineering team is debating it out if its really worth the expense of operations involved.

dstala avatar Jun 14 '25 07:06 dstala

Thanks for the update @dstala. For us it would greatly improve the daily use of nocodb because of the reason describe initially in this issue. It counts not only for these tables but others as well.

slynet-sha avatar Jun 16 '25 06:06 slynet-sha

This is nice to have and not an issue.

o1lab avatar Sep 20 '25 13:09 o1lab