Now recognozing the chosen access method in the gui

Also RW in objectlist.c but not in esi file and unknown in eeprom
This commit is contained in:
Hakan Bastedt
2025-02-20 09:42:31 +01:00
parent b136a93e28
commit bec102b7f6

View File

@@ -361,6 +361,8 @@ function onEditObjectSubmit(modalform) {
} else { } else {
objd.value = modalform.InitalValue.value; objd.value = modalform.InitalValue.value;
} }
objd.access = odModal.form.Access.value;
break; break;
case OTYPE.ARRAY: case OTYPE.ARRAY:
objd.dtype = modalform.DTYPE.value; objd.dtype = modalform.DTYPE.value;
@@ -624,4 +626,4 @@ function reloadSyncModes() {
if (sectionElement) { if (sectionElement) {
sectionElement.innerHTML = section; sectionElement.innerHTML = section;
} }
} }