Skip to content

Commit

Permalink
Trigger change event in dismissRelatedLookupPopup
Browse files Browse the repository at this point in the history
  • Loading branch information
emdede authored Mar 5, 2024
1 parent ef0f5a4 commit 89bfaca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grappelli/static/admin/js/admin/RelatedObjectLookups.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
}
// GRAPPELLI CUSTOM: element focus
elem.focus();
$(elem).trigger('change');
win.close();
}

Expand Down

0 comments on commit 89bfaca

Please sign in to comment.