Fix handling of suggested UploadSpecificFiles
This commit is contained in:
parent
c0b07e5401
commit
c2ab196b92
@ -420,8 +420,8 @@ uploadModeForm prev = multiActionA actions (fslI MsgSheetUploadMode) (classifyUp
|
|||||||
let iStart = maybe 0 (succ . fst) $ Map.lookupMax oldRess
|
let iStart = maybe 0 (succ . fst) $ Map.lookupMax oldRess
|
||||||
in pure $ Map.singleton iStart fileRes
|
in pure $ Map.singleton iStart fileRes
|
||||||
return (addRes', formWidget')
|
return (addRes', formWidget')
|
||||||
miCell _ initFile initFile' nudge csrf =
|
miCell _ initFile _ nudge csrf =
|
||||||
sFileForm nudge (Just $ fromMaybe initFile initFile') csrf
|
sFileForm nudge (Just initFile) csrf
|
||||||
miDelete = miDeleteList
|
miDelete = miDeleteList
|
||||||
miAllowAdd _ _ _ = True
|
miAllowAdd _ _ _ = True
|
||||||
miAddEmpty _ _ _ = Set.empty
|
miAddEmpty _ _ _ = Set.empty
|
||||||
|
|||||||
Reference in New Issue
Block a user