The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit 58b47a13 authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Fixed lightbox storage requests redirect to storage requests. Forgot and 's'....

Fixed lightbox storage requests redirect to storage requests. Forgot and 's'. You all deserve better. Bootstrap.
parent a58dd63a
No related merge requests found
...@@ -169,7 +169,7 @@ $(document).ready(function(){ ...@@ -169,7 +169,7 @@ $(document).ready(function(){
var params = deparam($(this).attr('href')); var params = deparam($(this).attr('href'));
params.hashKey = params.hashKey.split('#')[0]; // Remove #tabnav params.hashKey = params.hashKey.split('#')[0]; // Remove #tabnav
Lightbox.addCloseAction(function(op) { Lightbox.addCloseAction(function(op) {
document.location.href = path+'/MyResearch/StorageRetrievalRequest'; document.location.href = path+'/MyResearch/StorageRetrievalRequests';
}); });
return Lightbox.get('Record', 'StorageRetrievalRequest', params, {}); return Lightbox.get('Record', 'StorageRetrievalRequest', params, {});
}); });
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment