bugGNU Health - Bugs: bug #63517, Fault: 'webdav' is not in list

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #63517: Fault: 'webdav' is not in list

Submitter:  Mathias Behrle <yangoon>
Submitted:  Tue 13 Dec 2022 09:37:13 AM UTC
   
 
Category:  GUI / Frontend Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  meanmicio
Open/Closed:  Closed Release:  4.0.0
Module:  health_imaging Component:  Hospital Management

Wed 14 Dec 2022 12:15:34 PM UTC, comment #3: 

Thanks, Mathias!

Indeed. Cleaning up the good old demo db that has been updating since almost a decade! :)

In that line, not only cleaning up, but also put more meaningful (quantitative and qualitative) demo data.

PS: Bug #63518 should be fixed now and ready for test. I have also applied a set of Tryton client patches. We should be ready to release the 4.0.2 client.



comment #2:

> Hi Luis,
>
> thanks for the quick reaction.
>
> The 'webdav not in list' error is now gone, and the view is now usable without problems with the native Tryton client. The gnuhelath client still shows https://savannah.gnu.org/bugs/?63518.
>
> I still sthink that the Demo DB could need some love to clean up old artifacts (duplicate WebDAV items) (s. attached screenshot).
>
> Thanks and cheers,
> Mathias
>
>
>
>

Luis Falcon <meanmicio>
Group administrator
Wed 14 Dec 2022 07:44:32 AM UTC, comment #2: 

Hi Luis,

thanks for the quick reaction.

The 'webdav not in list' error is now gone, and the view is now usable without problems with the native Tryton client. The gnuhelath client still shows https://savannah.gnu.org/bugs/?63518.

I still sthink that the Demo DB could need some love to clean up old artifacts (duplicate WebDAV items) (s. attached screenshot).

Thanks and cheers,
Mathias




Mathias Behrle <yangoon>
Tue 13 Dec 2022 03:57:13 PM UTC, comment #1: 

Hi, Mathias!

The demodb had some models / views pointing to the old "webdav" package, now "health_webdav3_server2

The error with the offending view should be fixed executing this statement on the particular DB. Just did on the demodb (I will have to re-create it so when it resets takes the changes)

update ir_ui_view set module='health_webdav3_server' where module='webdav';

Please test and let me know.
Cheers,
Luis

Luis Falcon <meanmicio>
Group administrator
Tue 13 Dec 2022 09:37:13 AM UTC, original submission:  

Trying to view a medical image by switching view Images using the gnuhealth client on the demo database results in this tracback


Traceback (most recent call last):
  File "/trytond/wsgi.py", line 117, in dispatch_request
    return endpoint(request, **request.view_args)
  File "/trytond/protocols/dispatcher.py", line 46, in rpc
    return methods.get(request.rpc_method, _dispatch)(
  File "/trytond/wsgi.py", line 84, in auth_required
    return wrapped(args, *kwargs)
  File "/trytond/protocols/wrappers.py", line 159, in wrapper
    return func(request, pool, args, *kwargs)
  File "/trytond/protocols/dispatcher.py", line 180, in _dispatch
    result = rpc.result(meth(c_args, *c_kwargs))
  File "/trytond/ir/attachment.py", line 108, in fields_view_get
    return super().fields_view_get(
  File "/trytond/model/modelview.py", line 310, in fields_view_get
    views.sort(key=lambda x:
  File "/trytond/model/modelview.py", line 311, in <lambda>
    cls._modules_list.index(x.module or None))
ValueError: 'webdav' is not in list

Fault: 'webdav' is not in list

Mathias Behrle <yangoon>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by meanmicio (Posted a comment)
  • -email is unavailable- added by yangoon (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 8 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2022-12-14 meanmicio StatusReady For Test Fixed
        Assigned toNone meanmicio
        Open/ClosedOpen Closed
        ReleaseNone 4.0.0
    2022-12-14 yangoon Attached File- Added Bildschirmfoto@zu@2022-12-14@08-37-27.png, #54089
    2022-12-13 meanmicio StatusNone Ready For Test
        Modulehealt_imaging health_imaging
        ComponentNone Hospital Management

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code