Skip to content
Snippets Groups Projects
Commit 0ef6ebe7 authored by Nikolaos Beer's avatar Nikolaos Beer
Browse files

Test: add parameter edition id

parent bd37a4fe
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,7 @@ Ext.define('EdiromOnline.controller.window.AnnotationView', {
method: 'GET',
params: {
uri: uri,
edition: editionId,
lang: lang
},
success: function(response){
......@@ -72,6 +73,7 @@ Ext.define('EdiromOnline.controller.window.AnnotationView', {
method: 'GET',
params: {
uri: uri,
edition: editionId,
lang: lang
},
success: function(response){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment