From 0e1d40eeb635503490ef688832045643607a1025 Mon Sep 17 00:00:00 2001 From: Loic Baron Date: Mon, 23 Nov 2015 18:22:27 +0100 Subject: [PATCH] True is a string --- manifoldapi/static/js/manifold.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifoldapi/static/js/manifold.js b/manifoldapi/static/js/manifold.js index 5b5e6afb..98e56853 100644 --- a/manifoldapi/static/js/manifold.js +++ b/manifoldapi/static/js/manifold.js @@ -1714,7 +1714,7 @@ case TYPE_LIST_OF_VALUES: // // +) If a reservable node is added to the slice, then it should have a corresponding lease // XXX Not always a resource - var is_reservable = (record.exclusive == true); + var is_reservable = (record.exclusive == 'true'); if (is_reservable) { // var warnings = manifold.query_store.get_record_state(query.query_uuid, record_key, STATE_WARNINGS); -- 2.43.0