mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: Allow editing bookmark reminders (#9437)
Users can now edit the bookmark name and reminder time from their list of bookmarks. We use "Custom" for the date and time in the modal because if the user set a reminder for "tomorrow" then edit the reminder "tomorrow", the definition of what "tomorrow" is has changed.
This commit is contained in:
@@ -606,7 +606,7 @@ Discourse::Application.routes.draw do
|
||||
end
|
||||
end
|
||||
|
||||
resources :bookmarks, only: %i[create destroy]
|
||||
resources :bookmarks, only: %i[create destroy update]
|
||||
|
||||
resources :notifications, except: :show do
|
||||
collection do
|
||||
|
||||
Reference in New Issue
Block a user