Backbone notifications secondary actions - #253
Merged
Merged
Conversation
Handle secondary actions on notifications either specified as a single object, or as a list of objects. Under the hood, the initialize method converts a single object to a list containing a single object.
|
👍 Although personally I don't mind the more verbose API (and the clearer expectations and code that go along with it). |
Contributor
|
👍 Looks good. |
singingwolfboy
added a commit
that referenced
this pull request
Jun 24, 2013
Backbone notifications secondary actions
chrisrossi
pushed a commit
to jazkarta/edx-platform
that referenced
this pull request
Mar 31, 2014
Smooth registration
antoviaque
referenced
this pull request
in open-craft/openedx-platform
Oct 3, 2014
revert deprecated block_type change for local_resource_url
CrewS
pushed a commit
to CrewS/edx-platform-1
that referenced
this pull request
Jan 17, 2019
加入我们-把原来那段加回去
Sujeet1379
pushed a commit
to chandrudev/edx-platform
that referenced
this pull request
Nov 17, 2022
This reverts commit ac711d5.
Sujeet1379
pushed a commit
to chandrudev/edx-platform
that referenced
this pull request
Nov 17, 2022
…edx#253)" (openedx#254) This reverts commit e2aa00b.
edx-secure
pushed a commit
that referenced
this pull request
Dec 5, 2022
fix: Fix retiring user auth models on disable event
Danyal-Faheem
pushed a commit
to Danyal-Faheem/edx-platform
that referenced
this pull request
Jul 15, 2025
Signed-off-by: GitHub <noreply@github.com> Co-authored-by: Ali-Salman29 <Ali-Salman29@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Handle secondary actions on notifications either specified as a single object,
or as a list of objects. Under the hood, the initialize method converts a single
object to a list containing a single object.