fix(minifigure): fixed double click issue, nil image and bulk add.
This commit is contained in:
@@ -418,7 +418,7 @@ class IndividualMinifigure(RebrickableMinifigure):
|
||||
def short(self, /, *, from_download: bool = False) -> dict[str, Any]:
|
||||
return {
|
||||
'download': from_download,
|
||||
'image': self.fields.image if self.fields.image else '',
|
||||
'image': self.url_for_image(),
|
||||
'name': self.fields.name,
|
||||
'figure': self.fields.figure,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user