collectiveaccess / providence

Cataloguing and data/media management application
GNU General Public License v3.0
290 stars 167 forks source link

Interstitial editor not re-populating the relationship type dropdown in main UI after editing #1459

Closed kehh closed 1 year ago

kehh commented 1 year ago

Code from latest develop and also replicated on demo server:

Steps to replicate this issue:

  1. Create an interstitial metadata element (element on a relationship)
  2. Create a UI for this relationship if it doesn't exist
  3. Create a screen for this UI if it doesn't exist
  4. Place new metadata element on new UI
  5. Create a relationship between two records of the types represented by the interstitial
  6. Save record
  7. Open up interstitial modal dialogue (paperclip)
  8. Save changes to interstitial
  9. Voila contents of relationship are hidden until you reload the screen

Screencast from 2023-07-03 10-20-22.webm

collectiveaccess commented 1 year ago

I just pushed a fix for this issue. Please test and let me know if this works for your situation.

kehh commented 1 year ago

Yes this works a charm thanks