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:
@@ -361,6 +361,8 @@ function onEditObjectSubmit(modalform) {
|
||||
} else {
|
||||
objd.value = modalform.InitalValue.value;
|
||||
}
|
||||
objd.access = odModal.form.Access.value;
|
||||
|
||||
break;
|
||||
case OTYPE.ARRAY:
|
||||
objd.dtype = modalform.DTYPE.value;
|
||||
@@ -624,4 +626,4 @@ function reloadSyncModes() {
|
||||
if (sectionElement) {
|
||||
sectionElement.innerHTML = section;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user