X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=blobdiff_plain;f=manifoldapi%2Fstatic%2Fjs%2Fmanifold.js;h=d0d314ea4b09afffb5da0a0535db0446e6b75d9d;hp=b8bd502dac0cd799571cc5aa9543c141ef432194;hb=75b26254fbc898b1adb7aab4eb654b2ef5dcb375;hpb=edd95f44b75c82e5a887272a36d4d9d1542d62a3 diff --git a/manifoldapi/static/js/manifold.js b/manifoldapi/static/js/manifold.js index b8bd502d..d0d314ea 100644 --- a/manifoldapi/static/js/manifold.js +++ b/manifoldapi/static/js/manifold.js @@ -1715,7 +1715,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);