[Developer] #424 stop guessing protected object ORDS paths

This commit is contained in:
devmrko
2026-06-23 15:19:04 +09:00
parent a542a7b735
commit 0b43750a32
7 changed files with 59 additions and 36 deletions

View File

@@ -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;