Commit 5108445
committed
Load ticket recipients from the Reply/Comment action in a dashboard
ticketUpdateRecipients and ticketUpdateScrips waited for widgets to
finish loading by checking document.querySelector('.htmx-indicator')
across the whole page. A saved-search portlet renders a persistent
auto-refresh spinner with that class, so on a dashboard the check never
cleared: the inline Reply/Comment modal never issued its
ShowSimplifiedRecipients (or PreviewScrips) request and the recipients
list stayed empty, while the standalone search results page worked.
Scope the check to the ticket update form so unrelated indicators
elsewhere on the page no longer block it.
Fixes: I#382071 parent efe5058 commit 5108445
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1415 | 1415 | | |
1416 | 1416 | | |
1417 | 1417 | | |
1418 | | - | |
| 1418 | + | |
1419 | 1419 | | |
1420 | 1420 | | |
1421 | 1421 | | |
| |||
0 commit comments