DataSetBuilder.st
changeset 3529 54d629e6e42c
parent 3515 4aad29709ec7
child 3534 39c8a672a8ab
--- a/DataSetBuilder.st	Thu Jan 18 17:12:12 2018 +0100
+++ b/DataSetBuilder.st	Wed Jan 24 10:42:24 2018 +0100
@@ -4231,7 +4231,7 @@
             aModel value:(column perform:aKey) withoutNotifying: self
         ].
 
-"/ REPALCE nil by empty string for specific inputFields without an adapter
+"/ REPLACE nil by empty string for specific inputFields without an adapter
         #( #labelActionArgument #formatString #id ) do:[:aKey| |model|
             model := aspects at:aKey.
             model value isNil ifTrue:[model value:notifyValue withoutNotifying: self]
@@ -4239,6 +4239,8 @@
 
         tabSelection == 0 ifTrue:[self tabModel value:1].
     ].
+
+    "Modified (comment): / 24-01-2018 / 10:41:17 / mawalch"
 ! !
 
 !DataSetBuilder methodsFor:'selection'!