Fix create parameter naming

This commit is contained in:
Maximilian Grundke
2017-09-13 08:22:37 +02:00
parent b69bb9866f
commit 6bf7aee948
2 changed files with 2 additions and 2 deletions

View File

@@ -316,7 +316,7 @@ also, all settings from the rails model needed for the editor configuration in t
var jqxhr = $.ajax({
data: {
subscription: {
request_for_comments_id: $('h4#exercise_caption').data('rfc-id'),
request_for_comment_id: $('h4#exercise_caption').data('rfc-id'),
subscription_type: subscriptionType
}
},