#DOCUMENTATION by mawalch
authormawalch
Wed, 24 Jan 2018 10:42:24 +0100
changeset 3529 54d629e6e42c
parent 3528 f697558c47cd
child 3530 e26aace861c6
#DOCUMENTATION by mawalch class: DataSetBuilder comment/format in: #updateInputFields
DataSetBuilder.st
--- 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'!