From 2bd4733ae18a0f968590e61281f560d220974e9d Mon Sep 17 00:00:00 2001 From: David Taylor Date: Thu, 30 Apr 2015 22:54:04 +0100 Subject: [PATCH 1/2] Fixed #58 --- RIGS/static/js/autocompleter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RIGS/static/js/autocompleter.js b/RIGS/static/js/autocompleter.js index 5e6c5653..3f0a8ef1 100644 --- a/RIGS/static/js/autocompleter.js +++ b/RIGS/static/js/autocompleter.js @@ -25,7 +25,7 @@ function refreshUpdateHref(obj) { // console.log('Trying to disable'); targetObject.attr('disabled', true); } else { - // targetObject.attr('href', update_url); + targetObject.attr('href', update_url); targetObject.attr('disabled', false); } } From 7492881c2f40029c9013b761ecf4ac508b8b8b54 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Thu, 30 Apr 2015 22:59:51 +0100 Subject: [PATCH 2/2] Added save button to bottom of rig edit. Issue #95 --- RIGS/templates/RIGS/event_form.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/RIGS/templates/RIGS/event_form.html b/RIGS/templates/RIGS/event_form.html index 132148c8..df975867 100644 --- a/RIGS/templates/RIGS/event_form.html +++ b/RIGS/templates/RIGS/event_form.html @@ -424,6 +424,13 @@ {% include "RIGS/item_table.html" %} +
+
+ +
+