roojs-ui.js
authorAlan <alan@roojs.com>
Thu, 16 Dec 2021 03:52:39 +0000 (11:52 +0800)
committerAlan <alan@roojs.com>
Thu, 16 Dec 2021 03:52:39 +0000 (11:52 +0800)
roojs-ui-debug.js
roojs-all.js
roojs-debug.js

roojs-debug.js
roojs-ui-debug.js

index d0a04be..7c11593 100644 (file)
@@ -50546,7 +50546,10 @@ clientValidation  Boolean          Applies to submit only.  Pass true to call fo
         this.items.each(function(f){
             
             if (f.readOnly) {
-                return; // skip read only values.
+                return; // skip read only values. - this is in theory to stop 'old' values being copied over new ones
+                        // if a subform contains a copy of them.
+                        // if you have subforms with the same editable data, you will need to copy the data back
+                        // and forth.
             }
             
             if (!f.getName()) {
index 5d5f9dc..eef2eeb 100644 (file)
@@ -26559,7 +26559,10 @@ clientValidation  Boolean          Applies to submit only.  Pass true to call fo
         this.items.each(function(f){
             
             if (f.readOnly) {
-                return; // skip read only values.
+                return; // skip read only values. - this is in theory to stop 'old' values being copied over new ones
+                        // if a subform contains a copy of them.
+                        // if you have subforms with the same editable data, you will need to copy the data back
+                        // and forth.
             }
             
             if (!f.getName()) {