mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Bug fix - secondary modals not working correctly
This commit is contained in:
parent
bed2cec5e7
commit
ab25a199ce
@ -282,7 +282,7 @@ class AjaxCreateView(AjaxMixin, CreateView):
|
||||
|
||||
# Return the PK of the newly-created object
|
||||
data['pk'] = self.object.pk
|
||||
data['text'] = str(object)
|
||||
data['text'] = str(self.object)
|
||||
|
||||
try:
|
||||
data['url'] = self.object.get_absolute_url()
|
||||
|
Loading…
Reference in New Issue
Block a user