GNU 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: |
Luis Falcon <meanmicio>![]() ![]() |
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 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.
|
Luis Falcon <meanmicio>![]() ![]() |
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):
Fault: 'webdav' is not in list |
Mathias Behrle <yangoon> |
Depends on the following items: None found
Items that depend on this one: None found
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 | Status | Ready For Test | ![]() |
Fixed |
Assigned to | None | ![]() |
meanmicio | ||
Open/Closed | Open | ![]() |
Closed | ||
Release | None | ![]() |
4.0.0 | ||
2022-12-14 | yangoon | Attached File | - | ![]() |
Added Bildschirmfoto@zu@2022-12-14@08-37-27.png, #54089 |
2022-12-13 | meanmicio | Status | None | ![]() |
Ready For Test |
Module | healt_imaging | ![]() |
health_imaging | ||
Component | None | ![]() |
Hospital Management |
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: