From: Loic Baron Date: Mon, 23 Nov 2015 17:22:27 +0000 (+0100) Subject: True is a string X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=commitdiff_plain;h=0e1d40eeb635503490ef688832045643607a1025 True is a string --- 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);