Skip to content

Commit

Permalink
method layout improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrichau committed Mar 23, 2024
1 parent d4063f1 commit a9c0365
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ convertMultipartStreamingEntity: anEntity with: aMultiValueDictionary
partsDecodeWith: [ :znMimePart |
aMultiValueDictionary
at: znMimePart fieldName
add: (self codec url decode: (znMimePart hasEntity
ifTrue: [ znMimePart fieldValueString ]
ifFalse: [ '' ])) ]
add: (self codec url decode: (znMimePart hasEntity ifTrue: [ znMimePart fieldValueString ] ifFalse: [ '' ])) ]
decodeFilesWith: [ :znMimePart :filePath |
"Empty file + empty filename means that the file form
field did not contain a value (no file was selected)."
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SystemOrganization addCategory: #'Seaside-Zinc-Core'!
self packageOrganizer ensurePackage: #'Seaside-Zinc-Core' withTags: #()!

0 comments on commit a9c0365

Please sign in to comment.