DropzoneJSSkin and
PatternSkin with
DropzoneJSSkin integrated have a bug with the action triggered by clicking a manage link on the attachment table. The "Upload file" button on such a page doesn't cause file update.
--
TWiki:Main/HideyoImazu
- 2014-05-22
Setting this to "closed" so that it does not sow in the release notes (this is a bug in not yet released new feature)
--
TWiki:Main.PeterThoeny
- 2014-10-04
I think I ran into the same issue when using an early version of
DropzoneJSSkin (r8/r9). Attachments could be uploaded, but were always set to version 1, i.e. there was no attachment history at all.
Apparently, the issue was fixed in r11 of
DropzoneJSSkin (and in the version of the skin extensions which were integrated into
PatternSkin). I think the problem is related to the fact that the code in
UI::Upload::upload()
checks if the incoming request has an
updateproperties
parameter. In such a case, no version update will be performed. The fix in r11 of
DropzoneJSSkin was to remove the
updateproperties
button from the form before uploading files so that the
updateproperties
parameter no longer shows up in the request.
After applying said fix from r11 of
DropzoneJSSkin to my local TWiki installation, the attachment version history problem indeed seems to be fixed.
--
TWiki:Main.ClausBrod
- 2015-10-08