Custom Query (1168 matches)
Results (64 - 66 of 1168)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#611 | fixed | Account deletion does not delete the media entries | ||
Description |
When removing your account via your account settings page, the media files are deleted, but *not* the media entries themselves. |
|||
#198 | FIXED | Actively create MediaEntry ObjectId() instead of relying on entry.save() to make it | ||
Description |
Currently we use .save() to generate the ObjectId, but this is silly, and actually can cause an error when there already exists something with the same slug (and our auto-slug-generation tool might not catch it). We should do ['\_id] = ObjectId() instead to explicitly create this. |
|||
#1024 | fixed | Activity generator is always GMG service | ||
Description |
Activity.generator is always
Expected: |