len-foss

Results 28 comments of len-foss

If you really wanted to implement versioning on attachments, it would be possible to have a record "dms.file.history" and move the attachments to it, but that would require some work...

@victoralmau >Can you do something similar with the "Subdirectories" smart-button of the directory form view? That way, we will get the searchpanel to have set the folder we have clicked...

The previous approach was flawed I think, as the problem comes from the JS function `_getCategoryDomain`. If you look at actions like `action_dms_files_directory`, the `("directory_id", "child_of", active_id)` has been removed...

I tested some things, and I'm really not sure of the best approach to port most of the js. There's a lot of work in porting `mail_preview_base` (https://github.com/OCA/social/pull/1183); I haven't...

@vancouver29 Nice! Don't hesitate to ping me before it's entirely finished, I'm already running a 16 test instance with a quickly hacked branch (without js preview) so I can also...

Thank you for migrating this! Despite having no browser or server error, the preview doesn't seem to work in either FF or Chrome for anything but pdf files. With other...

@houzefa-abba oh thanks, indeed it works fine with odt files, runboat or local. I agree doing the update in a separate PR is the proper way to do it, let's...

Feel free to do so, you can re-use the code as you want :+1: I was just making some cleanup since in any case most of the problematic is too...