WillTrem / UInnovate

MIT License
3 stars 1 forks source link

[BUG] Show Lookup Tables Functionality is broken #299

Closed WillTrem closed 8 months ago

WillTrem commented 8 months ago

Description of the Bug

In the details view of a table's row, pressing the "Show Lookup Tables" button doesn't do anything apart from closing the details view.

How To Reproduce

  1. In the display settings of a capable application table (e.g. "purchase_order" from app_rentals schema), add lookup tables.
  2. In the table list view of the same table, click on any row to open the details view
  3. Scroll down and press the "Show Lookup Tables"
  4. Observe how pressing the button solely closes the details view

Expected Behavior

It should show the related rows from the configured lookup tables

Actual Behavior

It hides the details view

Priority

High