Skip to content

Commit

Permalink
Merge pull request #1051 from emdede/patch-1
Browse files Browse the repository at this point in the history
Trigger change event in dismissRelatedLookupPopup
  • Loading branch information
sehmaschine authored Mar 13, 2024
2 parents 6e6144b + 89bfaca commit 976506b
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 976506b

Please # to comment.