bugGNU Health - Bugs: bug #50635, Missing declaration of view...

 
 

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

bug #50635: Missing declaration of view directory on setup.py on health_disability module

Submitter:  Luis Falcon <meanmicio>
Submitted:  Sat 25 Mar 2017 05:46:53 PM UTC
   
 
Category:  Programming / Tracebacks Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  meanmicio
Open/Closed:  Closed Release:  3.0.0
Module:  health_disability Component:  None

Sat 25 Mar 2017 06:36:25 PM UTC, comment #2: 

Fixed in changesets 2610 and 2611

Luis Falcon <meanmicio>
Group administrator
Sat 25 Mar 2017 05:57:05 PM UTC, comment #1: 

I have checked for occurrences of modules without the declaration  of the view, and it looks OK now, since the modules that don't include them don't have a view dir. In addition, I have checked for possible missing report declaration, and it looks OK.

Of course, double checking always helps :)

lfm@beastie:~/health/tryton $ grep -src "view/*" health*/setup.py
health_archives/setup.py:1
health_calendar/setup.py:1
health_crypto/setup.py:1
health_disability/setup.py:1
health_genetics/setup.py:1
health_gyneco/setup.py:1
health_history/setup.py:0 <-- NOT NEEDED
health_icd10pcs/setup.py:0 <-- NOT NEEDED
health_icd10/setup.py:0 <-- NOT NEEDED
health_icd9procs/setup.py:0 <-- NOT NEEDED
health_icpm/setup.py:0 <-- NOT NEEDED
health_icu/setup.py:1
health_imaging/setup.py:1
health_inpatient_calendar/setup.py:1
health_inpatient/setup.py:1
health_iss/setup.py:1
health_lab/setup.py:1
health_lifestyle/setup.py:1
health_mdg6/setup.py:0 <-- NOT NEEDED
health_ntd_chagas/setup.py:1
health_ntd_dengue/setup.py:1
health_ntd/setup.py:0 <-- NOT NEEDED
health_nursing/setup.py:1
health_ophthalmology/setup.py:1
health_pediatrics_growth_charts/setup.py:0 <-- NOT NEEDED
health_pediatrics_growth_charts_who/setup.py:1
health_pediatrics/setup.py:1
health_profile/setup.py:0 <-- NOT NEEDED
health_qrcodes/setup.py:1
health_reporting/setup.py:1
health_services/setup.py:1
health/setup.py:1
health_socioeconomics/setup.py:1
health_stock/setup.py:1
health_surgery/setup.py:1
health_who_essential_medicines/setup.py:0 <-- NOT NEEDED

Luis Falcon <meanmicio>
Group administrator
Sat 25 Mar 2017 05:46:53 PM UTC, original submission:  

Raz[1] has noticed that in pypi based packages (eg, SuSE and Debian), a traceback is generated when trying to access the health functioning and disabilities menu.

This is due to the missing declaration of the view components on the package_data variable in setup.py

1.- https://lists.gnu.org/archive/html/health/2017-03/msg00017.html

Luis Falcon <meanmicio>
Group administrator

 

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

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by meanmicio (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 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2017-03-25 meanmicio StatusReady For Test Fixed
        Open/ClosedOpen Closed
    2017-03-25 meanmicio StatusConfirmed Ready For Test
    2017-03-25 meanmicio ReleaseNone 3.0.0

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code