Korjaa sijaintien muokkaus: vaihtaa asetukset-välilehdelle

Tekniikka-tabin sijainnit-taulukosta muokkaus ohjaa nyt
oikeaan paikkaan asetuksissa ja scrollaa lomakkeeseen.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-11 11:53:59 +02:00
parent 9a9f12fb0b
commit f4f11505d2

View File

@@ -2874,6 +2874,11 @@ function editSiteTab(id) {
document.getElementById('site-form-kaupunki').value = s.kaupunki || '';
document.getElementById('site-form-title').textContent = 'Muokkaa sijaintia';
document.getElementById('site-form-container').style.display = '';
// Varmista että asetukset-tab ja yrityksen tiedot näkyvissä, scrollaa lomakkeeseen
switchToTab('settings');
document.getElementById('company-detail-view').style.display = '';
document.getElementById('companies-list-view').style.display = 'none';
setTimeout(() => document.getElementById('site-form-container')?.scrollIntoView({ behavior: 'smooth', block: 'center' }), 100);
}
// Alias vanhalle editSite-funktiolle