Unable to attach docs to an invoice (entreprise plan) on desktop app

Hi @hillel , the new v5.7.30-L126 Linux desktop app (snap install) is an improvement even if it’s still not perfect.

Here’s what works and does not :

  • clicking on the “click or drop files here” does still not trigger a window
  • dropping a files works, but does trigger the following error window
type 'Null' is not a subtype of type 'FutureOr<DocumentEntity>'

#0      _AsyncCompleter.complete (dart:async/future_impl.dart:42)
#1      _saveDocument.<anonymous closure>.<anonymous closure> (package:invoiceninja_flutter/redux/quote/quote_middleware.dart:493)
<asynchronous suspension>
  • renaming, displaying images and deleting files works
  • downloading does not work (I guess a window should appear as for uploading, same problem)

So congrats for the improvement, because it’s far less annoying now.

By the way, the filter you put on files’ extensions does include Microsoft Office files, but you may want to include Libreoffice files too (i.e. .ods, .odt, .odp), for a Linux user won’t use MS office. Thanks !