diff --git a/www/datastore/Content.js b/www/datastore/Content.js index 04b0af54..635c820b 100644 --- a/www/datastore/Content.js +++ b/www/datastore/Content.js @@ -88,10 +88,9 @@ Ext.define('PBS.DataStoreContent', { }, rowDoubleClicked: function(table, rec, el, rowId, ev) { - if (rec?.data?.ty !== 'ns') { - return; + if (rec?.data?.ty === 'ns' && !rec.data.root) { + this.nsChange(null, rec.data.ns); } - this.nsChange(null, rec.data.ns); }, nsChange: function(field, value) {