# HG changeset patch # User mawalch # Date 1516786944 -3600 # Node ID 54d629e6e42c9e5402b0671f9db863fa03667e5b # Parent f697558c47cd9ceba405b49593ec8ef17055e9e1 #DOCUMENTATION by mawalch class: DataSetBuilder comment/format in: #updateInputFields diff -r f697558c47cd -r 54d629e6e42c 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'!