Files
discourse/app/models
Martin Brennan 36c11cb62b FIX: Rename delete_when_reminder_sent? bookmark method to avoid conflict with AR (#10333)
I added delete_when_reminder_sent to ignored_columns because it no longer exists and added a shortcut method delete_when_reminder_sent? to the Bookmark model. However I have been seeing some weird errors like:

> Job exception: unknown attribute 'delete_when_reminder_sent' for Bookmark.

So I am very suspicious. I am just renaming the method to auto_delete_when_reminder_sent? to avoid any potential conflicts.

Also found include_bookmark_delete_on_owner_reply? in PostSerializer which is used for nothing; I must have forgotten to delete it before.
2020-07-29 17:02:36 +10:00
..
2019-11-19 10:21:06 +00:00
2020-04-28 15:59:39 +05:30
2019-11-29 15:49:08 +00:00
2020-07-22 16:02:31 +05:30
2019-10-21 12:08:20 +01:00
2019-05-13 15:24:24 +01:00
2020-05-05 13:46:57 +10:00
2019-12-04 13:33:51 -05:00
2020-05-27 19:05:24 +05:30
2020-07-22 16:02:31 +05:30
2020-04-28 15:59:39 +05:30
2020-04-28 15:59:39 +05:30
2020-04-28 15:59:39 +05:30
2019-10-17 16:58:22 +11:00