[Developer] #424 stop guessing protected object ORDS paths
This commit is contained in:
@@ -76,8 +76,8 @@ async function syncObjectCatalogSelection() {
|
||||
if (objectInput) {
|
||||
objectInput.value = selected.dataset.objectName || '';
|
||||
}
|
||||
if (ordsPathInput) {
|
||||
ordsPathInput.value = selected.dataset.defaultPath || '';
|
||||
if (ordsPathInput && !ordsPathInput.value) {
|
||||
ordsPathInput.focus();
|
||||
}
|
||||
if (!columnsInput) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user