bullhorn / novo-elements

UI Repository for Bullhorn's Novo Theme
http://bullhorn.github.io/novo-elements
MIT License
76 stars 61 forks source link

API.appBridge.close not closing records #1194

Open jibs44 opened 3 years ago

jibs44 commented 3 years ago

Describe the bug Calling API.appBridge.close(); from a field interaction does not close the current record.

To Reproduce Steps to reproduce the behavior:

  1. Add field interaction on candidate status. Action: onChange
  2. Script: API.appBridge.close();
  3. Open candidate record, go to edit tab, change status.

Expected behavior Record closes.

Actual behavior Record stays open even though post robot responds with success from close message.

Specifications

Additional context Unsure if this is a legitimate bug or if it is being used in the wrong way. I have submitted a question on the gitter page but received no response.

michael-amaya-bh commented 7 months ago

Hello, are you still experiencing this issue?