Revision 77baab80 snf-cyclades-app/synnefo/ui/static/snf/js/models.js

b/snf-cyclades-app/synnefo/ui/static/snf/js/models.js
315 315
        },
316 316

  
317 317
        is_public: function() {
318
            return this.get('is_public') || true;
318
            return this.get('is_public') == undefined ? true : this.get('is_public');
319 319
        },
320 320

  
321 321
        is_deleted: function() {

Also available in: Unified diff